Moving Database

J

jhunter

=====
ISSUE
=====
When I move a database to a different PC I get basic errors (it works
perfectly on the old PC). See "EXAMPLE" and "BACKGROUND" sections
below.


=======
EXAMPLE (just one example)
=======
----
Opening a form from a command button. Here's the error...
Microsoft Visual Basic - Run-time error '2467': The expression you
entered refers to an object that is closed or doesn't exist.
----
When I debug, it takes me to my code (it says the error is on the
"Forms!..." line below)...
Private Sub Form_Load()

Forms!frmALLsa______![frmALLsade____01].Form.Section(acFooter).Visible
= False
End Sub
----


==========
BACKGROUND
==========
Both PCs (Patches Installed)
----
Win2000 Pro
MS Office 2000
MS Access 2000 (ver. 9.0.6926 SP-3)


----
MS Visual Basic
----
Versions...
OLD PC: 6.3
NEW PC: 6.0
Note: I'm not sure where to get Visual Basic 6.3!!!

References...
The NEW PC has all the same references, in the same order, EXCEPT it's
MISSING the "Microsoft DataGrid Control 6.0 (OLEDB)".


=========
Thanks!!!
THE END
=========
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top