M
Marc
Dear All,
I have a Data Entry Form which have several fields, five of them are
Sample1, Sample2, Sample3, Sample4, Sample5. They are separeted because each
sample have different Custom Tariff Number.
I built also a second form, used for tracking (findind) the samples sent, in
this form I have a field for [Internal Code], [Customer] and [Country].
I would like to improve this form inserting a sample field, as well.
My question is:
in a query can I concatenate the five samples fields in one column only,
such as:
Sample: [Sample1] & " " & [Sample2] & " " & [Sample3] & " " & [Sample4] & "
" & [Sample5]
having the criteria row the following statement:
Like ("*" & [Forms]![frmFind]![Sample] & "*")
I made some trials, but had negative results.
Thank you very much for your help,
Marc
I have a Data Entry Form which have several fields, five of them are
Sample1, Sample2, Sample3, Sample4, Sample5. They are separeted because each
sample have different Custom Tariff Number.
I built also a second form, used for tracking (findind) the samples sent, in
this form I have a field for [Internal Code], [Customer] and [Country].
I would like to improve this form inserting a sample field, as well.
My question is:
in a query can I concatenate the five samples fields in one column only,
such as:
Sample: [Sample1] & " " & [Sample2] & " " & [Sample3] & " " & [Sample4] & "
" & [Sample5]
having the criteria row the following statement:
Like ("*" & [Forms]![frmFind]![Sample] & "*")
I made some trials, but had negative results.
Thank you very much for your help,
Marc