Hi, I am running a SQL Server 2008 database with an Access 2010 .adp frontend and have two tables:
Table 1: TravelerToDrawing
with columns: Traveler, DrawingNumber
Table 2: Drawings
with columns: DrawingNumber, Description
The column DrawingNumber is the data that links the Traveler column...