J
J. B.
Hey all,
I am trying to pass the value of a bounded combo box on one form to an
unbounded combo box on another form. I keep receiving Enter Parameter Value
Customers when I try to execute the code. Here is the code:
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmContactList"
stLinkCriteria = "[Customers]=" & Me![CustID]
DoCmd.OpenForm stDocName, , , stLinkCriteria
Even if I enter a number of a Customer the frmContactList still opens blank.
Any help would be much appreciated.
Thanks in advance,
JB
I am trying to pass the value of a bounded combo box on one form to an
unbounded combo box on another form. I keep receiving Enter Parameter Value
Customers when I try to execute the code. Here is the code:
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmContactList"
stLinkCriteria = "[Customers]=" & Me![CustID]
DoCmd.OpenForm stDocName, , , stLinkCriteria
Even if I enter a number of a Customer the frmContactList still opens blank.
Any help would be much appreciated.
Thanks in advance,
JB