hello
On combobox after event I have macro field and has searchrecord condition in there I have following where condition, it is not working as expected
="[VENDORID] ='" & [Screen].[ActiveControl] & "' AND [PLANNED ID] = " & [Screen].[ActiveControl] & ""
VENDOR ID CAN EXPECT NUMBER AND TEXT BOTH while planned id is number field.
Please help.
On combobox after event I have macro field and has searchrecord condition in there I have following where condition, it is not working as expected
="[VENDORID] ='" & [Screen].[ActiveControl] & "' AND [PLANNED ID] = " & [Screen].[ActiveControl] & ""
VENDOR ID CAN EXPECT NUMBER AND TEXT BOTH while planned id is number field.
Please help.