C
cdb
I have various downloads that I then put into Access tables. One of these is
a products database where each product has a code. these products are from 2
different sources and so have contasting formats (format may not be the
correct word to use but my sleep deprived brain can't think of the correct
one!).
What I need to know is, is there a way to set up a table that I can then
link into my queries so I can seperate the 2 product types out without having
to write it into each query which is how I'm doing it now.
e.g. To pick out the first format I look for cells that are like ?###* and
?R###*, and any that don't fit this format are classed as the other one.
The problem is that if I write this into each query (of which there are
quite a few) and the format changes I will have to change every query, so is
there an easy way around this??
a products database where each product has a code. these products are from 2
different sources and so have contasting formats (format may not be the
correct word to use but my sleep deprived brain can't think of the correct
one!).
What I need to know is, is there a way to set up a table that I can then
link into my queries so I can seperate the 2 product types out without having
to write it into each query which is how I'm doing it now.
e.g. To pick out the first format I look for cells that are like ?###* and
?R###*, and any that don't fit this format are classed as the other one.
The problem is that if I write this into each query (of which there are
quite a few) and the format changes I will have to change every query, so is
there an easy way around this??