ste4en
Technical User
- Aug 1, 2001
- 69
I am trying to open a form in datasheet format from a button. Even thoug the form itself is set to datasheet view it opens as a single form. I suspect I need to add something between the commas on the Do.Cmd statement, but what?
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmwp"
DoCmd.OpenForm stDocName, , , stLinkCriteria
Thanks
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmwp"
DoCmd.OpenForm stDocName, , , stLinkCriteria
Thanks