M
May Q. via AccessMonster.com
I need a query that will delete the top 100 records from the table, but I'm
getting a syntax error. Here's my code:
DELETE TOP 100 *
FROM FileAA;
thanks,
May
getting a syntax error. Here's my code:
DELETE TOP 100 *
FROM FileAA;
thanks,
May