Re: link question
From: Duane Hookom (duanehookom_at_NO_SPAMhotmail.com)
Date: 11/19/04
- Next message: Bill: "Re: link question"
- Previous message: Gettingthere: "RE: Table Design"
- In reply to: Bill: "link question"
- Next in thread: Bill: "Re: link question"
- Reply: Bill: "Re: link question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Nov 2004 20:41:25 -0600
Are both fields text? You can remove the "-" from a field/value using
Replace([SSN],"-","")
-- Duane Hookom MS Access MVP "Bill" <WBeatty@Prodigy.Net> wrote in message news:o18nd.19422$nW4.14135@newssvr15.news.prodigy.com... > 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 > >
- Next message: Bill: "Re: link question"
- Previous message: Gettingthere: "RE: Table Design"
- In reply to: Bill: "link question"
- Next in thread: Bill: "Re: link question"
- Reply: Bill: "Re: link question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|