A 
		
								
				
				
			
		APH
Hi  - In Access 97 to open a recordset I would have used:
Dim Dbs As Database
Dim rst As Recordset
Set rst = CurrentDb.openrecordset("tblSWPurchases")
I've just changed to Access 2000 and the code seems to be falling over at
line 1
How do you set a variable for a table within the current database in Access
2000 please?
Thanks
A
				
			Dim Dbs As Database
Dim rst As Recordset
Set rst = CurrentDb.openrecordset("tblSWPurchases")
I've just changed to Access 2000 and the code seems to be falling over at
line 1
How do you set a variable for a table within the current database in Access
2000 please?
Thanks
A
