G
Geordie
I got a response to my original question of 16 March
for "Al", but his suggestion to refer to the tab/page
control did not work, so here is a re-post to see if
somebody can help. I didn't say so the first time, but
both combo boxes get their information from the same
employeetable.
combo box?
From: "Al" <[email protected]> Sent:
3/16/2004 2:02:55 PM
Because they are on different pages, my guess would be
that you need to reference the page name instead of
using "me". i.e [PageName].[cboAsgEngID].[Value]
At least that's what I would try... Good luck.
for "Al", but his suggestion to refer to the tab/page
control did not work, so here is a re-post to see if
somebody can help. I didn't say so the first time, but
both combo boxes get their information from the same
employeetable.
Subject: Default value in combo box = value of another-----Original Message-----
combo box?
How do I get the value of one combo box to be the default
value in another combo box? in this instance, I want the
value of cboAsgEngID to be the default value for
cboSteEngID.
I have tried putting the following into Default Value of
cboSteEngID without success:
[me].[cboAsgEngID].[Value]
and
=[cboAsgEngID]
BTW, the two combos are on different tab control pages.
Thanks.
From: "Al" <[email protected]> Sent:
3/16/2004 2:02:55 PM
Because they are on different pages, my guess would be
that you need to reference the page name instead of
using "me". i.e [PageName].[cboAsgEngID].[Value]
At least that's what I would try... Good luck.