Re: Use stLinkCriteria for 3 fields
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Mon, 20 Mar 2006 08:32:45 +0800
Donna, I agree with John that adding an AutoNumber to your table will be
easier than trying to handle the 3-field combo.
It will also simplify your life when you come to create related tables for
these entries.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"John Vinson" <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:igqr129gf6ig863nsbpre07ha0tv00srna@xxxxxxxxxx
On Sun, 19 Mar 2006 09:01:32 -0800, Donna
<Donna@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Thanks, Allen! Along similar lines, I have a combo box for doing
"searches"
on a form. Again, the Primary Key is composed of these same 3 fields.
But I
can only get it to bind to 1 column; I need it to bind to all 3 columns.
Right now, if I search for "Smith" & there are 3 "Smiths", it will only go
to
the 1st "Smith", even though I am selecting the 2nd or 3rd one. I assume
that's because it can only be bound to column 1. Can I bind it to 3
columns?
You'll do much better to have a unique PersonID (which might not be
meaningful or visible to the user), and use it as the bound column of
the combo.
John W. Vinson[MVP]
.
- References:
- Re: Use stLinkCriteria for 3 fields
- From: Allen Browne
- Re: Use stLinkCriteria for 3 fields
- From: John Vinson
- Re: Use stLinkCriteria for 3 fields
- Prev by Date: Re: Use stLinkCriteria for 3 fields
- Next by Date: Re: Drop Down List Box Problem
- Previous by thread: Re: Use stLinkCriteria for 3 fields
- Next by thread: Re: Vertical scroll bar missing
- Index(es):
Relevant Pages
|