Hi,
I have a numeric Field RFINo and a Yes/No Data type for Issued
stLinkCriteria = "[RFINo] = " & lstRFINo.Value & " And [Issued] = Yes"
With the above I am not getting the specific record.
Pls advice.
Thanks & Regards,
Ruth.
I have a numeric Field RFINo and a Yes/No Data type for Issued
stLinkCriteria = "[RFINo] = " & lstRFINo.Value & " And [Issued] = Yes"
With the above I am not getting the specific record.
Pls advice.
Thanks & Regards,
Ruth.
Comment