J
Jason
I tried using Save Record as below but I get the error that AcSaveRecord is
not available. One reason could be that the table is read only. Clicking
Records - Save Record Alt-Enter works but the code doesn't. On the off
chance I thought I would try refresh as a way to close and open the
form/table - that works but why?
'If Dirty Then DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, ,
acMenuVer70
If Dirty Then Refresh
docmd.openreport .....
thanks,
J
not available. One reason could be that the table is read only. Clicking
Records - Save Record Alt-Enter works but the code doesn't. On the off
chance I thought I would try refresh as a way to close and open the
form/table - that works but why?
'If Dirty Then DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, ,
acMenuVer70
If Dirty Then Refresh
docmd.openreport .....
thanks,
J