I have been experiencing an error in Access2K after viewing a report during the session. When I close the database after viewing a report I get the "Can't save this record at this time....." error msg.
I have narrowed it down to running the report. If I open any report during a session I get this msg...regardless of if I have attempted to change any data in the tables.
I use a button-activated event procedue to run the report, though the report itself it based on queries and sub-reports:
Private Sub Command113_Click()
Forms![Navigator].Form.Controls!MRN = Me.MRN
DoCmd.OpenReport "Lab Report", acViewPreview
End Sub
Any thoughts would be greatly appreciated......
I have narrowed it down to running the report. If I open any report during a session I get this msg...regardless of if I have attempted to change any data in the tables.
I use a button-activated event procedue to run the report, though the report itself it based on queries and sub-reports:
Private Sub Command113_Click()
Forms![Navigator].Form.Controls!MRN = Me.MRN
DoCmd.OpenReport "Lab Report", acViewPreview
End Sub
Any thoughts would be greatly appreciated......