Building Expressions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a query that has a built expression in it (first name + last name =
fullname). How do I change this expression to say (first name or spouse name
+ last name = fullname) ? I have tried editing it but it doesn't seem to
work.
 
I have a query that has a built expression in it (first name + last name =
fullname). How do I change this expression to say (first name or spouse name
+ last name = fullname) ? I have tried editing it but it doesn't seem to
work.

Since we have no way to know anything about your table structure or the
expression you're using, it's more than a bit hard to answer!

Please open the query in SQL view, and explain in more detail what you want to
accomplish.

John W. Vinson [MVP]
 
Back
Top