T
tm3025
I am having difficulty with a form I created that is linked to fields in four
tables. I entered in the data for these tables using this single form and the
data now appears in the tables. However, after saving the form and closing
it, I can only scroll through 17 different records (out of ~150) in the
display view. The data still appears in the tables though. I want to be able
to access these forms because I have additional data to enter and new fields
to add, and I don't want to have to go through each table. I have looked up
some solutions for this but none of them have worked.
There is no filter on and I have tried adding a filter and removing it. Data
entry mode is set to no. I also found a suggestion to put in the VBA code:
Private Sub Form_Load()
Me.Requery
End Sub
but this also didn't work. I would really appreciate any suggestions.
tables. I entered in the data for these tables using this single form and the
data now appears in the tables. However, after saving the form and closing
it, I can only scroll through 17 different records (out of ~150) in the
display view. The data still appears in the tables though. I want to be able
to access these forms because I have additional data to enter and new fields
to add, and I don't want to have to go through each table. I have looked up
some solutions for this but none of them have worked.
There is no filter on and I have tried adding a filter and removing it. Data
entry mode is set to no. I also found a suggestion to put in the VBA code:
Private Sub Form_Load()
Me.Requery
End Sub
but this also didn't work. I would really appreciate any suggestions.