showallrecords is not showing all

S

Sheridan

I have a main form and subform. I don't want to use openform command to open
the subform. Using Link Child Fields and Link Master Fields I was able to
navigate from main to subform with the same record in the same design. In
the meantime, I have a ShowAll button (DoCmd.ShowAllRecords) OnClick in the
subform. But when I click it, it only changes to the first record, not all
records from the table are shown. Any suggestions would be appreciated!

Sheridan
 
Top