Access 2000

A

Allen Browne

If you wish to control the output of the query, create a form.
You can set its Default View to Datasheet if you want it to look like a
query.

Set the form's AllowEdits, AllowDeletions, and AllowAdditions properties to
No.
 
M

mark grizzle

In the query's properties dialog, set the recordset type
property to snapshot.
 
Top