For the whole table? I would run a delete query with that criteria:
DELETE * FROM X
WHERE 2 = 0
Yes from the whole table.
Yeap query is second(first) option, but I try to get same result over the macro, so if some guru can help me.
Thx in advance.
Run the query from the macro. I don't know that you can loop the table's records from a macro, and even if you could it would be far less efficient than executing an update query.
I don't know, I am asking is it possible to do over macro?
If yes pls help.
I can't think of a way.
Good maybe some other can, because of that I setup this thread.
EOF or any other solution?
Thx in advance.