|
-
Jun 10th, 2000, 06:32 AM
#1
Thread Starter
Member
Um I have a slight problem, I figured out how to open a database thru a common dialog control.
But i cant get it to close the one I had open before.
The code I use to open the database is:
Set VehDatabase = DBEngine.Workspaces(0).OpenDatabase(cdlDatabase.FileName)
Set rsVehicles = VehDatabase.OpenRecordset("PricesList", dbOpenDynaset)
Data1.DatabaseName = (cdlDatabase.FileName)
If anyone can help with the code to close the existing database it would help my program heaps
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|