Jose Ruben Gonzalez-Baird
2006-08-24 21:49:02 UTC
Hello,
I am rather new to building expressions in Access. I have a pretty simple
task, really. I want to concatenate values in 'Reach' and 'Station' fields
into one field called 'Reach_Station'
For instance, if reach = 10 and station = 300, then reach_station = 10-300.
I built a query using the following syntax:
Reach_Station: [Reach]&"-"&[Station]
the query itself returned the correct results after I ran it, but I am not
able to get the Reach_Station field to populate in my table when I try to use
the query as a lookup value. any clues? Thank you, Ruben
I am rather new to building expressions in Access. I have a pretty simple
task, really. I want to concatenate values in 'Reach' and 'Station' fields
into one field called 'Reach_Station'
For instance, if reach = 10 and station = 300, then reach_station = 10-300.
I built a query using the following syntax:
Reach_Station: [Reach]&"-"&[Station]
the query itself returned the correct results after I ran it, but I am not
able to get the Reach_Station field to populate in my table when I try to use
the query as a lookup value. any clues? Thank you, Ruben