klynch0803
Registered User.
- Local time
- Today, 11:09
- Joined
- Jan 25, 2008
- Messages
- 102
ANy idea why why I keep getting this?
I have a query named "qdatinventorylevelcurrent" and I'm trying to run this query in VBA using VBA Code below but I keep getting error Object required
then I want to write these records to a table "tdatinventorycheckup" using code as well but not sure what I need here I cant get past step one LOL..
I have a query named "qdatinventorylevelcurrent" and I'm trying to run this query in VBA using VBA Code below but I keep getting error Object required
Code:
setrst = MyDB.OpenRecordset("qdatInventoryLevelCurrent")
then I want to write these records to a table "tdatinventorycheckup" using code as well but not sure what I need here I cant get past step one LOL..