Dear all,
Development in
VB .NET 2003 / SqlSever express & MS-Access (option).
I am getting the following error while connecting forms in menu.
[u]"
Object reference not set to an instance of an object"</u>
I'm using the following commands.
''' Sample code for your reference....
Dim bm As TrialDB
bm.Show()
bm.ActiveForm.Enabled = True
bm.ActiveForm.Focus()
I have a table in MS-Access - connecting thru OLEDB
Please guide me by giving some sample codes to connect my forms to menu.
thanks
venkatesh
VENKATESH