Steve said:
Obviously forms can be based on select queries but can
they built on
Update Queries?
If so, can some one please give me guidance?
Any help is appreciated.
As Bruce so cogently put it... No.
You cannot normally view the output of an action query.
But, you could simulate what _will_ be updated, deleted,
inserted and so on with a select query as a form's record
source, ask if the user wants to continue then run the
update or not as the case may be.
Bear in mind that an update query will, under some
circumstances, insert rows aswell as alter some.
--
Nick Coe (UK)
AccHelp v1.01 Access Application Help File Builder
http://www.alphacos.co.uk/
Download Free Copy
----