Currently, I have a query where the criteria is like:
"1a1" Or "1ab" Or "2a1" Or "3f6"
Each of these are pieces of equipment that are listed in the EQUIP table.
The criteria changes often, and the only way I know how to do it is to take out and/or replace/add whatever the change is.
There has got to be a way to do this better. How about if I made another table that listed *only* the equipment to be considered and used some kind of a wildcard reference? My boss just gave me a list of like 30 more things to add to the query. What a bummer!
Database stuff is not my whole job. You can probably tell that. Don't get too wild on me with the hard stuff.
Thanks,
M
"1a1" Or "1ab" Or "2a1" Or "3f6"
Each of these are pieces of equipment that are listed in the EQUIP table.
The criteria changes often, and the only way I know how to do it is to take out and/or replace/add whatever the change is.
There has got to be a way to do this better. How about if I made another table that listed *only* the equipment to be considered and used some kind of a wildcard reference? My boss just gave me a list of like 30 more things to add to the query. What a bummer!
Database stuff is not my whole job. You can probably tell that. Don't get too wild on me with the hard stuff.
Thanks,
M

Last edited: