Hi guys,
I have a table of text values that is altered to match another table and then cross-referenced in a query. How do I create the query without creating a second query to reference.
Table 1
(Field)Part# = "M" & Mid([Part#], 2)
Table 2
(Field)Part# = [Part#]
Thanks,
Aurillius
I have a table of text values that is altered to match another table and then cross-referenced in a query. How do I create the query without creating a second query to reference.
Table 1
(Field)Part# = "M" & Mid([Part#], 2)
Table 2
(Field)Part# = [Part#]
Thanks,
Aurillius