L
learningaccess
So I split my database and noticed performance was way slow so I took
suggestions by removing record source from forms and adding to the On Load
Event. Well now when a user tries to open a form from their front end they
get an error message saying the BE file is already in use. I had the user
hit debug and this is where it goes first.
Private Sub Form_Load()
Me.RecordSource = "tbl_parts"
End Sub
Have I misinterpreted the readings and suggestions?
Thoughts on what I may have done to generate the error?
Thank you.
suggestions by removing record source from forms and adding to the On Load
Event. Well now when a user tries to open a form from their front end they
get an error message saying the BE file is already in use. I had the user
hit debug and this is where it goes first.
Private Sub Form_Load()
Me.RecordSource = "tbl_parts"
End Sub
Have I misinterpreted the readings and suggestions?
Thoughts on what I may have done to generate the error?
Thank you.