D
Dave
One of the things I need to build into my database is to search for
all instances of antibodies that match antigens.
Some of these antigens however, are "broad" category. That is, for
example, B12 can be B44 or B45. Cw3 can be Cw9 or Cw10. There are many
of these broad category examples.
So I'll build a query that uses the input into a text box as the
search criteria. If someone enters B12 into the control, I need the
query to return B44's or B45's. If they enter A10, the query may need
to return A25, A26, A30 and so on. What is the best way to do this? Or
does something need to be built at the table level?
Thanks in advance,
Dave
all instances of antibodies that match antigens.
Some of these antigens however, are "broad" category. That is, for
example, B12 can be B44 or B45. Cw3 can be Cw9 or Cw10. There are many
of these broad category examples.
So I'll build a query that uses the input into a text box as the
search criteria. If someone enters B12 into the control, I need the
query to return B44's or B45's. If they enter A10, the query may need
to return A25, A26, A30 and so on. What is the best way to do this? Or
does something need to be built at the table level?
Thanks in advance,
Dave