M
maceslin
In the following block of code I am getting an error for variable not
defined and I don't know why as there are no variables
If Forms![frmPara1]![cboCore] = "CNO" Then
strWhere = strWhere & " Core Capability= """ & CNO & """"
End If
The code may seem strange but it is the starting point to add several
other terms to the string such as CNA, CNE,etc...
Any idea why I am getting the above error
Thanks
Dave
defined and I don't know why as there are no variables
If Forms![frmPara1]![cboCore] = "CNO" Then
strWhere = strWhere & " Core Capability= """ & CNO & """"
End If
The code may seem strange but it is the starting point to add several
other terms to the string such as CNA, CNE,etc...
Any idea why I am getting the above error
Thanks
Dave