B
Bill
I put a linked table to SQL Server in an Access 2003 database. The field I
want to link on in the SQL db is a social security number without the dashes
(123456780) while the SSN in the Access table is 123-45-6780. I tried
using the MID function to parse the linked fields and retrieve another field
from the SQL database based on the SSN.
Does anyone have any ideas on a good way to do this?
Thanks
want to link on in the SQL db is a social security number without the dashes
(123456780) while the SSN in the Access table is 123-45-6780. I tried
using the MID function to parse the linked fields and retrieve another field
from the SQL database based on the SSN.
Does anyone have any ideas on a good way to do this?
Thanks