VTbigwillie
Programmer
I am having a problem with the line of code:
Set rs = CurrentDb.OpenRecordset("tblShopper", dbOpenDynaset)
In my previous database, that line of code worked perfectly but since creating a new database, I can not get this line of code to work (it states type mismatch)
Is there a setting that I need to enable or disable in order for this to work?
Thanks in advance,
Will
Set rs = CurrentDb.OpenRecordset("tblShopper", dbOpenDynaset)
In my previous database, that line of code worked perfectly but since creating a new database, I can not get this line of code to work (it states type mismatch)
Is there a setting that I need to enable or disable in order for this to work?
Thanks in advance,
Will