S
Sam Carleton
I have a simply problem that hopefully has a simple solution. I
have two fields, one is mailing address, the other is street
address. In this table, most rows only have a street address,
but a few folks have a different mailing mailing address (mostly
PO Boxes). I want to use the street address if the mailing
address is null. How do I do this in a queue? I am pictureing
something like this:
if mailing is null then street else mailing
But how does one do that in an Access Queue?
have two fields, one is mailing address, the other is street
address. In this table, most rows only have a street address,
but a few folks have a different mailing mailing address (mostly
PO Boxes). I want to use the street address if the mailing
address is null. How do I do this in a queue? I am pictureing
something like this:
if mailing is null then street else mailing
But how does one do that in an Access Queue?