Recent content by KLLRDRAGON

  1. K

    VBA and Form help

    ok, I can create a query to find all the open records, but how do i get the code to loop through those records? What I am doing is basically creating a Google Earth file, but using my Access database to dynamically build the files for me based on the open/closed criteria. Every open record...
  2. K

    VBA and Form help

    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...
Back
Top Bottom