|
-
Oct 8th, 2009, 12:37 AM
#1
Thread Starter
New Member
ms-access 2007 macro - (RUNSQL)
Hello
I have created a macro in ms-access 2007 to execute the below query, but the error prompts syntax error in query expression.
Kindly help on this sql query, i need to delete the records holds maximum date in the table
delete * FROM EDWShipments where EDWShipments.BRIC_LoadTime in (select max(EDWShipments.BRIC_LoadTime) from EDWShipments
This is not working, can any help on this.
Thanks
jim
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|