Re: link question
From: Bill (WBeatty_at_Prodigy.Net)
Date: 11/19/04
- Next message: Allen Browne: "Re: Data entry at table level"
- Previous message: Duane Hookom: "Re: link question"
- In reply to: Duane Hookom: "Re: link question"
- Next in thread: Duane Hookom: "Re: link question"
- Reply: Duane Hookom: "Re: link question"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Nov 2004 03:04:23 GMT
Yes, both fields are text. So where would I perform this replace? I don't
really want to change the actual data but retrieve a field from the linked
SQL Server table based on the SSN join. I was trying to use a lookup field
in the Access table using an SQL query for the record source. I'm not sure
if I'm on the right track though.
Thanks.
"Duane Hookom" <duanehookom@NO_SPAMhotmail.com> wrote in message
news:#TEVHFezEHA.1204@TK2MSFTNGP10.phx.gbl...
> 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: Allen Browne: "Re: Data entry at table level"
- Previous message: Duane Hookom: "Re: link question"
- In reply to: Duane Hookom: "Re: link question"
- Next in thread: Duane Hookom: "Re: link question"
- Reply: Duane Hookom: "Re: link question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|