L
learningaccess
I've read through the information posted at
http://www.granite.ab.ca/access/performanceforms.htm but have some questions.
After splitting the database it takes close to a minute to open a form with
subform. I saw where it says to "Delete the SQL from the RecordSource and
RowSource properties of the form, subforms, comboboxes and listboxes..."
So I go to the RecordSource of my form and give the query a name. Then I
delete the record source and go to the load event on the form. I type in
Private Sub Form_Load()
Me.RecordSource = "Form 2 Query"
End Sub
I've done that for every form but that's not helping, thinking I've missed a
lot, but considering I'm not that familiar with Access I’m struggling…it
still takes 40 seconds to open a query.
I also saved the backend at the very beginning of the path instead of going
through 7 folders.
Any detailed suggestions? I figure I still need to do some things to the
forms, but again, very unfamiliar territory.
Appreciate the help.
http://www.granite.ab.ca/access/performanceforms.htm but have some questions.
After splitting the database it takes close to a minute to open a form with
subform. I saw where it says to "Delete the SQL from the RecordSource and
RowSource properties of the form, subforms, comboboxes and listboxes..."
So I go to the RecordSource of my form and give the query a name. Then I
delete the record source and go to the load event on the form. I type in
Private Sub Form_Load()
Me.RecordSource = "Form 2 Query"
End Sub
I've done that for every form but that's not helping, thinking I've missed a
lot, but considering I'm not that familiar with Access I’m struggling…it
still takes 40 seconds to open a query.
I also saved the backend at the very beginning of the path instead of going
through 7 folders.
Any detailed suggestions? I figure I still need to do some things to the
forms, but again, very unfamiliar territory.
Appreciate the help.