Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting individual records to be in a query?

Status
Not open for further replies.

DJKAOS

Technical User
Jun 30, 2000
101
US
Is there any way to put a check box next to a record, and run a query only on records that are checked?

How would I do that on a form?

Thanks for any tips.

 
1) Add a field "InQuery" or something, to your table.
2) Make it a YES/NO field. Change its display mode to a CHECKBOX.
3) Put it on your form.
4) Have your query select only those records where "InQuery" is YES.

Jim Me? Ambivalent? Well, yes and no....
Another free Access forum:
More Access stuff at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top