You mention that code is a better way to get someting done; I agree.
I'm a beginner-intermediate level VBA coder and I need to write an Access
procedure that will run based on a (future) date stored in a linked SQL
table. I am kind of struggling with how/where to begin. Do you (or anyone who
reads this post) have a suggestion on how to accomplish this?
It would be something straightforward like running an UPDATE statement that
sets 2 bit flags and writes a date in a column. The event I use now fires off
On Click of a button, so I was thinking I'd reuse that code in my
basProcedures module, then call it when the date matches or is past Now(). I
think I have the elements identified, it's a matter of putting them
together.......
Thanks,
-Aaron