Where is my problem? I have been trying to solve this for about an hour now to no avail.
If Me.cboCategory.Value = 2 Then
DLookup("ClientYrEndMo","tblClientInfo", "[ClientNum]="& me.cboAcctNumber)
If the value in the combo box selection is 2, I want to determine the year end month from field "ClientYrEndMo" in table "tblClientInfo" where "ClientNum" in tblClientInfo = cboAcctNumber in my current form.
Please help. Driving me nuts.
If Me.cboCategory.Value = 2 Then
DLookup("ClientYrEndMo","tblClientInfo", "[ClientNum]="& me.cboAcctNumber)
If the value in the combo box selection is 2, I want to determine the year end month from field "ClientYrEndMo" in table "tblClientInfo" where "ClientNum" in tblClientInfo = cboAcctNumber in my current form.
Please help. Driving me nuts.