hey guys, i'm trying to save a record on a form even before the entire for is filled out. As soon as the primary key is filled out i want it to automatically save the record.
i'm running the code to save on the afterupdate event
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, ...