G
Guest
I am trying to view a form in Datasheet View. I open it from another form
and when it opens it is in the normal view. In the design I have put the
default view as Datasheet. What must I do? Must I include something else in
my VBA code. This is my code: DoCmd.OpenForm "Testfrm", , , "[EmployeeID]="
& Me![cboEmployeeID]. Thanks for the help.
and when it opens it is in the normal view. In the design I have put the
default view as Datasheet. What must I do? Must I include something else in
my VBA code. This is my code: DoCmd.OpenForm "Testfrm", , , "[EmployeeID]="
& Me![cboEmployeeID]. Thanks for the help.