chris-uk-lad
Registered User.
- Local time
- Today, 06:40
- Joined
- Jul 8, 2008
- Messages
- 271
Hi all,
Im trying to insert a vlue into a table where the corresponding cell in another column = 'LIVE'
Whats wrong with my syntax? Thanks
Im trying to insert a vlue into a table where the corresponding cell in another column = 'LIVE'
Code:
ObjConn.Execute "INSERT INTO tblRESULTS (REF) VALUES '" & strREF & "' WHERE (ACTION) = 'LIVE'"
Whats wrong with my syntax? Thanks