steve_4477
Registered User.
- Local time
- Today, 06:04
- Joined
- Jan 10, 2011
- Messages
- 23
Any ideas why this:
CurrentDb.Execute ("INSERT INTO PricingList (WinningBid) Values(0) Where PricingID = '689'")
Returns this:
Query input must contain at least one table or query? Is it the '0' value that I am trying to add? I am trying to change the value of a 'Yes/No' box......
Steve
CurrentDb.Execute ("INSERT INTO PricingList (WinningBid) Values(0) Where PricingID = '689'")
Returns this:
Query input must contain at least one table or query? Is it the '0' value that I am trying to add? I am trying to change the value of a 'Yes/No' box......
Steve