K
Kat
Is it possible to create an expression(or something else) that will pull data
from different fields depending on certain data in the record that will put
it in one field? Ex. Records include the sales rep of either George, Bob or
Joe but the fields include Texas, California, and Colorado. i want an field
that will show data from the Texas field if George is in the record and
California if Bob is in the record. I know with this example there are other
ways such as cross tabs and forms but I have a really huge nasty looking
database that I can't change that has dozens of names and dozens of fields.
Right now my only solution is to create about a dozen queries isolating the
data and then creating a master query that adds them all together. Using it
won't be any different but adding an additional path would mean adding more
queries and changing expressions.
from different fields depending on certain data in the record that will put
it in one field? Ex. Records include the sales rep of either George, Bob or
Joe but the fields include Texas, California, and Colorado. i want an field
that will show data from the Texas field if George is in the record and
California if Bob is in the record. I know with this example there are other
ways such as cross tabs and forms but I have a really huge nasty looking
database that I can't change that has dozens of names and dozens of fields.
Right now my only solution is to create about a dozen queries isolating the
data and then creating a master query that adds them all together. Using it
won't be any different but adding an additional path would mean adding more
queries and changing expressions.