M
Mary M
Trying to update a Notes Filed with a combination of several other fields,
some of which are blank. The query only seems to work for records that have
all fields populated. An example of the desired output whould be...
F1 F2 F3 F4 NOTES
2 4 2 4
1 2 3 4 1 2 3 4
However, the result against this data is as follows...
F1 F2 F3 F4 NOTES
2 4
1 2 3 4 1 2 3 4
I am using F1+" "+F2 etc.
Is there a way to modify the query so that it will not fail if there are
blank fields?
Many thanks in advance for any assistance.
some of which are blank. The query only seems to work for records that have
all fields populated. An example of the desired output whould be...
F1 F2 F3 F4 NOTES
2 4 2 4
1 2 3 4 1 2 3 4
However, the result against this data is as follows...
F1 F2 F3 F4 NOTES
2 4
1 2 3 4 1 2 3 4
I am using F1+" "+F2 etc.
Is there a way to modify the query so that it will not fail if there are
blank fields?
Many thanks in advance for any assistance.