jonamua1971
Registered User.
- Local time
- Today, 08:10
- Joined
- Mar 3, 2007
- Messages
- 97
Hi all
i have spliitted my database on the network. i have two forms that are password protected and when i try to open them i get error message error 3219.
i have searched microsoft site and found this the below info
Public Function testLink()
Dim myDb As DATABASE, rstCustomers As Recordset
' Open the Northwind.mdb database.
Set myDb = DBEngine.Workspaces(0).OpenDatabase("Northwind.mdb")
' Create the recordset.
Set rstCustomers = myDb.OpenRecordset("Customers", DB_OPEN_DYNASET)
End Function
i m just confused as how i can apply this to my database.
Any help with this matter will be highly appreciated.
i have spliitted my database on the network. i have two forms that are password protected and when i try to open them i get error message error 3219.
i have searched microsoft site and found this the below info
Public Function testLink()
Dim myDb As DATABASE, rstCustomers As Recordset
' Open the Northwind.mdb database.
Set myDb = DBEngine.Workspaces(0).OpenDatabase("Northwind.mdb")
' Create the recordset.
Set rstCustomers = myDb.OpenRecordset("Customers", DB_OPEN_DYNASET)
End Function
i m just confused as how i can apply this to my database.
Any help with this matter will be highly appreciated.