G
Guest
I found this statment to combine the fields but I need the fields to combine
after all the data is inputed into a form before you go to the next record.
How do I incorperate this SQL statement to automaticly combine each time I
change records in a form?
EX:
SELECT Field1, Field2, Field3 AS Field4
UNION
Thanks!
after all the data is inputed into a form before you go to the next record.
How do I incorperate this SQL statement to automaticly combine each time I
change records in a form?
EX:
SELECT Field1, Field2, Field3 AS Field4
UNION
Thanks!