A
AccessIM
Hello Everyone-
I am having problems figuring out how to use concatenate. I read and tried
to use Duane Hookum's sample but I'm afraid I continue to get hung up on the
code and am obviously doing something wrong.
I have a table (tblRouteLoad) that contains records of customer orders and
includes Customer, Date and Route as fields. This table currently has around
50,000 records. I also have a second table (tblRouteType) that includes
RoutePrefix and RouteDay as fields.
I have created one query based on tblRouteLoad that pulls all fields plus
creates a RoutePrefix field using the Mid function on the Route field. I
created a second query using the query 1 and tblRouteType with a relationship
between the RoutePrefix fields that returns the data below:
Customer Route RoutePrefix RouteDay
610017 4159 4 Wed
610017 6159 6 Fri
I would like to get to the final output being:
Customer RouteDay
610017 Weds Fri
If anyone could shed some light on using concatenate I would greatly
appreciate it.
Thank You.
I am having problems figuring out how to use concatenate. I read and tried
to use Duane Hookum's sample but I'm afraid I continue to get hung up on the
code and am obviously doing something wrong.
I have a table (tblRouteLoad) that contains records of customer orders and
includes Customer, Date and Route as fields. This table currently has around
50,000 records. I also have a second table (tblRouteType) that includes
RoutePrefix and RouteDay as fields.
I have created one query based on tblRouteLoad that pulls all fields plus
creates a RoutePrefix field using the Mid function on the Route field. I
created a second query using the query 1 and tblRouteType with a relationship
between the RoutePrefix fields that returns the data below:
Customer Route RoutePrefix RouteDay
610017 4159 4 Wed
610017 6159 6 Fri
I would like to get to the final output being:
Customer RouteDay
610017 Weds Fri
If anyone could shed some light on using concatenate I would greatly
appreciate it.
Thank You.