Hi,
in the underlying query of a form and to the field 'manu_number', I have added the criteria,
this lists all records on startup, except, if manu_number field is blank or null or no data, whence it is excluded.
how can include fields with no data.
in the underlying query of a form and to the field 'manu_number', I have added the criteria,
Code:
Like "*" & [Forms]![FindCartridge]![cmbManu] & "*"
how can include fields with no data.
Comment