Can you grouping two columns with the headings into one new column heading
E elevations Sep 13, 2007 #1 Can you grouping two columns with the headings into one new column heading
S scubadiver Sep 13, 2007 #2 You can concatenate two columns in a query if that is what you are asking Expr1: [Field1] & [Field2] Expr1: [Field1] & " " & [Field2] Expr1: [Field1] & " " & "/" & " " [Field2] What do you want to do?
You can concatenate two columns in a query if that is what you are asking Expr1: [Field1] & [Field2] Expr1: [Field1] & " " & [Field2] Expr1: [Field1] & " " & "/" & " " [Field2] What do you want to do?