G
Guest
I have a table (a) which has 50 fields, all contain assets numbers, it
basically builds up a list of asset numbers used in each piece of work
(record on that table).
I am trying to build a query which has all the fields in it from table (a)
but i want to be able to search each field for a specific number, so I have a
combo box which list the asset number ona report form, and i want the query
to tell me every piece of work that has this asset in it.
My query lists all the fields, i have put in criteria on the first asset
field which looks at the asset number selected in the combo box, but then how
can I get the query to look up this in the second and subsequent fields even
if its not found in the first field, need something like an 'or' function,
is there such a thing in a query
hope this makes sense any ideas guys
basically builds up a list of asset numbers used in each piece of work
(record on that table).
I am trying to build a query which has all the fields in it from table (a)
but i want to be able to search each field for a specific number, so I have a
combo box which list the asset number ona report form, and i want the query
to tell me every piece of work that has this asset in it.
My query lists all the fields, i have put in criteria on the first asset
field which looks at the asset number selected in the combo box, but then how
can I get the query to look up this in the second and subsequent fields even
if its not found in the first field, need something like an 'or' function,
is there such a thing in a query
hope this makes sense any ideas guys