I must be miss-understanding something in the above?
Just type the the sql, and hit the ! to run the sql.....
How is the above not trying your own sql commands?
You can also type sql in the debug window also, but that would be silly
when you got the query builder....
in the debug window, you can execute action queries (that don't return
records) like
currentdb.Execute "update tblCusttomers set city = 'New York' where city =
'N.Y'"
Have you actually tried the sql view of the query builder?
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(e-mail address removed)
http://www.members.shaw.ca/AlbertKallal