G
Guest
This was a question I had asked a while back.
For some reason i was unable to reply via the links in my profile..
I had to google.
Al Camp Wrote:
Thomas,
On the AfterUpdate event of the Combo...
cboYourComboName.Enabled = IsNull(cboYourComboName)
On the Currrent event of the Form...
cboYourComboName.Enabled = IsNull(cboYourComboName)
--
hth
Al Camp
Thank you Al.
I am pretty sure I have made up my mind about what database to start with.
wish me luck.
<Ron wrote:
<Thomas,
<What are you planning to do if the person makes a selection and gets
<off the combo and realizes that he picked the wrong one?
Good point. Even tho I am the only one that will be updating - i am not
perfect.
my newbie butt does not have answer yet.
Tom
For some reason i was unable to reply via the links in my profile..
I had to google.
Al Camp Wrote:
Thomas,
On the AfterUpdate event of the Combo...
cboYourComboName.Enabled = IsNull(cboYourComboName)
On the Currrent event of the Form...
cboYourComboName.Enabled = IsNull(cboYourComboName)
--
hth
Al Camp
Thank you Al.
I am pretty sure I have made up my mind about what database to start with.
wish me luck.
<Ron wrote:
<Thomas,
<What are you planning to do if the person makes a selection and gets
<off the combo and realizes that he picked the wrong one?
Good point. Even tho I am the only one that will be updating - i am not
perfect.
my newbie butt does not have answer yet.
Tom