I'm new to Access and VBA - so most of the things I do are copies of something someone else has done.
I'm using the following code to open another form.
============================
Dim strDocName As String
Dim stLinkCriteria as String
strDocname = "frmSignIn"
DoCmd.OpenForm strDocName, , , stLinkCriteria
==============================================
The question is: What is the function of stLinkCriteria and do I need to use it at all.
All help is greatly appreciated.
I'm using the following code to open another form.
============================
Dim strDocName As String
Dim stLinkCriteria as String
strDocname = "frmSignIn"
DoCmd.OpenForm strDocName, , , stLinkCriteria
==============================================
The question is: What is the function of stLinkCriteria and do I need to use it at all.
All help is greatly appreciated.