How about the opposite?
I'd like to set a field in the table that is the recordsource of the form i'm using so that
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
will save the field set in the vba code as well.
I've used the DAO.Database,RecordSet,and Field objects with .AddNew and .Update but I'm hoping I can do this in one line since the field is in the form's recordset table.
Thanks,
David