G
Guest
I have a program that simply does checks on records in a table and the
reports its findings. Unfortunatly I can't get started because I get runtime
error 3078 saying the jet engine can't find the table. I have tried several
tables just to check but I get the same error no matter wat table I pick.
What am I doing wrong? I am using the following code.
Dim db as Database
Dim rec as Recordset
set db = currentDb()
set rec = db.OpenRecordset(Car)
The error always happens when trying to run the last line of the above code.
reports its findings. Unfortunatly I can't get started because I get runtime
error 3078 saying the jet engine can't find the table. I have tried several
tables just to check but I get the same error no matter wat table I pick.
What am I doing wrong? I am using the following code.
Dim db as Database
Dim rec as Recordset
set db = currentDb()
set rec = db.OpenRecordset(Car)
The error always happens when trying to run the last line of the above code.