ECEstudent
Registered User.
- Local time
- Today, 00:56
- Joined
- Jun 12, 2013
- Messages
- 153
Hi, I would appreciate any help I can get on this...I keep getting this error:
Run-time error '424': Object Required
And it keeps highlighting this part of my code:
I'm trying to take the results from query 'CalculateTotal' into table 'ResultsTable'
any ideas? thanks a lot.
Run-time error '424': Object Required
And it keeps highlighting this part of my code:
Code:
Set rst = ("INSERT INTO ResultsTable(Structure1, OrderNumber1, ItemNumber1) SELECT (Structure, OrderNumber, Item) FROM CalculateTotal WHERE [Structure]= '" & u & "'")
I'm trying to take the results from query 'CalculateTotal' into table 'ResultsTable'
any ideas? thanks a lot.