G
Guest
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
Server 2000
table. I am kind of struggling with how/where to begin. Does anyone who
reads this post have a suggestion on how to accomplish this?
It would be pretty straightforward like running an UPDATE statement that
sets 2 bit flags and writes a date in an existing 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.......
-Aaron
procedure that will run based on a (future) date stored in a linked SQL
Server 2000
table. I am kind of struggling with how/where to begin. Does anyone who
reads this post have a suggestion on how to accomplish this?
It would be pretty straightforward like running an UPDATE statement that
sets 2 bit flags and writes a date in an existing 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.......
-Aaron