Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Setting combo box default value to equal same as previous form.

0 views
Skip to first unread message

Jbetance

unread,
Sep 17, 2004, 10:45:04 PM9/17/04
to
How in the world do i set the default value of a combo box to insert the
value that is in the same field in the previous form?
I basically want the CNTRL+APOSTROPHE function to be the default value of a
combo box... i just dont know how to make that happen.
Thanks.

Jbetance

unread,
Sep 17, 2004, 10:47:01 PM9/17/04
to

Perry

unread,
Sep 18, 2004, 4:05:50 PM9/18/04
to
Have you tried to set the default value(!) of the combo
in Form_Load() of second form like in:

Me.cboMyCombo.DefaultValue = ValueOfControlOfPrevForm

Krgrds,
Perry

"Jbetance" <Jbet...@discussions.microsoft.com> schreef in bericht
news:3233DBD7-F845-4668...@microsoft.com...

0 new messages