This is the line of code i am trying to use. It doesnt work. I want the form to open only records that match the inspectjn, and accqty isnull.
inspectjn is text
accqty is a number
Any help would be greatly appreciated. Thanks in advance.,
inspectjn is text
accqty is a number
Code:
stLinkCriteria = "[inspectjn]=" & "'" & [strTrackingNum] & "'" And IsNull([accqty])
Comment