G
Guest
I would like to search a pile of records with a field matching all the
characters from a field in a form, but it doesn't have to be exact.
for example the field on the form may be: "d86-934"
and the field in the record could be: "00d86934"
Is this possible with something like this?
SELECT records FROM records
WHERE (((records.CONT_NO) Like
[Forms]![Select_SH_NUM]![ROAD_HIST_TBL2].[Form]![CONT_NUM]));
Any help is greatly appreciated.
characters from a field in a form, but it doesn't have to be exact.
for example the field on the form may be: "d86-934"
and the field in the record could be: "00d86934"
Is this possible with something like this?
SELECT records FROM records
WHERE (((records.CONT_NO) Like
[Forms]![Select_SH_NUM]![ROAD_HIST_TBL2].[Form]![CONT_NUM]));
Any help is greatly appreciated.