Kerri Storr
New member
- Local time
- Today, 18:24
- Joined
- Mar 11, 2002
- Messages
- 8
Hi I hope someone can help.
I've recently split a datbase - not via the access function - I've manually moved the tables to a new db (location is \\kfn11\access\scripts\tables.mdb)
One of my forms currently uses a recordset, fomat as follows:
Dim inst As Recordset
Set inst = CurrentDb.OpenRecordset("tbl_problem_instance", dbOpenDynaset)
I know I have to replace the 'CrrentDB' bit, but each time I type the location string of my new db it wont work. I'm sure it's just a fromatting issue?
Any ideas?
I've recently split a datbase - not via the access function - I've manually moved the tables to a new db (location is \\kfn11\access\scripts\tables.mdb)
One of my forms currently uses a recordset, fomat as follows:
Dim inst As Recordset
Set inst = CurrentDb.OpenRecordset("tbl_problem_instance", dbOpenDynaset)
I know I have to replace the 'CrrentDB' bit, but each time I type the location string of my new db it wont work. I'm sure it's just a fromatting issue?
Any ideas?