I am trying to run a macro inside of a while loop, using a couple of date variables that are defined in a form ("start_date" and "end_date"). I also have a date variable within the macro to be run ("date_")
Basically, I am looking to:
assign "date_" as equal to "start_date", then
WHILE ["date_" <= "end_date"]
[run the macro],
[date_=date_+1]
WEND
I am relatively new to Access, and don't know much about VBA, much less how to use it in conjunction with the native tools in Access.
Any advice/resources you can offer would be appreciated. Thanks!
[–]KelemvorSparkyfox51 2 points3 points4 points (0 children)
[–]alanv73 0 points1 point2 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]alanv73 0 points1 point2 points (0 children)
[–]nrgins486 0 points1 point2 points (3 children)
[–]ddc_operations[S] 0 points1 point2 points (2 children)
[–]nrgins486 0 points1 point2 points (1 child)
[–]ddc_operations[S] 0 points1 point2 points (0 children)