Re: Automatically displaying values on a Form
- From: "Dan Artuso" <dartuso@xxxxxxxxxxxxxxxx>
- Date: Sat, 2 Apr 2005 12:35:06 -0500
Hi,
Not quite sure what you're sfter here but...
You can include the field you want in the the query that feeds the combo.
Then you can populate a text box by referencing that column in your combo:
Me.yourTextBox = Me.yourCombo.Column(2)
adjust the column number as neccessary
--
HTH
Dan Artuso, Access MVP
"Larry" <Larry@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:B5CA4842-EE72-410D-9770-1819094C41B2@xxxxxxxxxxxxxxxx
> Hi,
>
> I using a Combo box on a form from which the user can make a selection from
> a Table. Each selection also has a value assigned in an adjacent field. I
> would like for the value of the slection to automatically come forward to the
> Form when the selection is made. I'm using the Form to enter data into a
> predefined Table. The only way I've been able to get the value of the
> selection is by using a second Combo Box. It's annoying for the user. This
> should be simple - I've even managed to do it before but can't remeber how I
> did it. Really need some help on this one.
>
> Thanks - - -
>
.
- Follow-Ups:
- Re: Automatically displaying values on a Form
- From: Larry
- Re: Automatically displaying values on a Form
- References:
- Automatically displaying values on a Form
- From: Larry
- Automatically displaying values on a Form
- Prev by Date: Re: Combo Box: List of 50 States, want to type A and get Alaska, t
- Next by Date: Re: Null MDE / MDB failure
- Previous by thread: Automatically displaying values on a Form
- Next by thread: Re: Automatically displaying values on a Form
- Index(es):
Relevant Pages
|