Hi all,
Ref: I am using Access 2002
OK. I want to change the data in a table (LeadInfo), which has 60 fields and populates the form LeadForm . The only way I can do this at the moment is to have a control in the form, non-enabled and invisible and using some form of AfterUpdate Event:
Me!DateLastUpdate = date()
I'm pretty sure that there must be a way to do this programatically instead of having to rely on hidden controls? I've tried opening recordsets and defining objects and all sorts of things designed to infuriate me, since I only have the help files for guidance...
Thanks for any help,
KLF
Ref: I am using Access 2002
OK. I want to change the data in a table (LeadInfo), which has 60 fields and populates the form LeadForm . The only way I can do this at the moment is to have a control in the form, non-enabled and invisible and using some form of AfterUpdate Event:
Me!DateLastUpdate = date()
I'm pretty sure that there must be a way to do this programatically instead of having to rely on hidden controls? I've tried opening recordsets and defining objects and all sorts of things designed to infuriate me, since I only have the help files for guidance...
Thanks for any help,
KLF