Forum Discussion
michael99chronister
Jul 17, 2022Copper Contributor
Loop in an access macro
Can I do looping within an access macro?
7 Replies
- arnel_gpSteel Contributorcan you do the same functionality using Query?
- michael99chronisterCopper 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_gpSteel Contributoryou can use an Update Query with Criteria of your selected records.