Re: auto fill using combo box
- From: "titan" <titan@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Jul 2005 07:21:03 -0700
Hello,
I added the new description field to the query behind the combo. then on
After update I typed in the destination of the field on the form = cbo with
the name of the combo box.Column(1). and after saving it, I got an error
stating that it cant find the macro [name of filed destination on current
form]=cboNameofcombobox. I am typing it out with these descriptive names
just so I know that I understood what you told me to do. If I misread your
instructions or if you have further advice I would apprecite the help.
thank you in advance
titan
"Al Camp" wrote:
> Titan,
> Make your combo a 2 column combo by adding that Description field to the
> query behind the combo.
> Then, on the AfterUpdate event of the combo... (use your own names)
> [MyFormDescField] = cboYourComboName.Column(1)
> (combo box columns are numbered 0, 1, 2, etc.. so the second column would be
> Coulumn(1))
> hth
> Al Camp
>
> "titan" <titan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:82D2B624-FB5B-4536-A1C9-A6366BA7A7E5@xxxxxxxxxxxxxxxx
> > Hello,
> > I just had help creating a form that searches and it works. now im stuck
> > on
> > trying on I am trying to use a data entry form that has a drop down combo
> > box. when i select from that list, I would like another field, that is
> > next
> > to it come up with a description of what that combo box information
> > represents. the combo box information and the description is information
> > coming from the same table.
> >
> > Please help if you can.
> >
> > I appreciate it very much
> >
> > titan
> >
>
>
>
.
- Follow-Ups:
- Re: auto fill using combo box
- From: Al Camp
- Re: auto fill using combo box
- From: titan
- Re: auto fill using combo box
- References:
- auto fill using combo box
- From: titan
- Re: auto fill using combo box
- From: Al Camp
- auto fill using combo box
- Prev by Date: Issue with query criteria and forms
- Next by Date: Re: Problems with Making Hidden Fields Visible Based on Values of othe
- Previous by thread: Re: auto fill using combo box
- Next by thread: Re: auto fill using combo box
- Index(es):
Relevant Pages
|