G
Guest
How can I open a form with a criteria?
In mdb, I use the following code:
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "F3_PsTpGrf"
stLinkCriteria = "[SelectID]=" & Me![SelectID]
DoCmd.OpenForm stDocName, , , stLinkCriteria
I try to open in ADP but doesn´t work, What's happen?
Thanks
In mdb, I use the following code:
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "F3_PsTpGrf"
stLinkCriteria = "[SelectID]=" & Me![SelectID]
DoCmd.OpenForm stDocName, , , stLinkCriteria
I try to open in ADP but doesn´t work, What's happen?
Thanks