KLLRDRAGON
New member
- Local time
- Today, 10:34
- Joined
- Oct 16, 2009
- Messages
- 2
I have a form that has a couple of check boxes on it. For each record, there is an "open" and "closed" check box. What I need to do is to search all records in the database for any record that is marked Open, and then run another script that will write to a text file. I got my code to write the text file, but I can't figure out how to loop through all the records while looking for only the records marked Open. I am using Access 2007 if that helps.