I have a Tabular type Form based upon a SELECT * FROM table type of query in MS access.
I would like to:
- check / select rows in this form
- iterate through the checked / selected rows
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the recordset or the recordsetclone.
You can also allow the user to highlight records and work with those (http://support.microsoft.com/kb/208502).