Forum Discussion

michael99chronister's avatar
michael99chronister
Copper Contributor
Jul 17, 2022

Loop in an access macro

Can I do looping within an access macro?

7 Replies

    • michael99chronister's avatar
      michael99chronister
      Copper Contributor

      arnel_gp   I probably could for most things I have tried.  I am still getting up to speed on Access programming with macros.  My question is, if I want to change some fields in a lot of records, doesn't a query just return records found, or it can append records or delete records.  But how do I get it  to update a few fields in all the records selected?

      • arnel_gp's avatar
        arnel_gp
        Steel Contributor
        you can use an Update Query with Criteria of your selected records.