I have a query from two tables.
Table A has
WorkOrderID
CustomerID
CarInitialID
CarNumber
TrailerNumber
etc...
Table B has
CarInitialID
CarInitial
Since I the WORKORDERS table saves the CarInitialID as a number, I have created a query to use to display the data on top of forms.
I have a...