Run queries every time form opens

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have designed two update queries, each of which updates a separate date
field [CurrentTermExp] and [SendNoticeBy] in my table [tblAgreements].

I would like to set up an event so that every time the form [frmAgreements]
based on the table gets opened, both queries run and all records are updated.

I'm pretty sure I need to write an event, but I'm not sure which event to
use. Any suggestions would be much appreciated.
 
Back
Top