G
Guest
I have a combo box called "cboPromoStartDate" with a calendar control that
displays a pop-up calendar. When the entry person clicks their date
(7/14/2005), that date format of numbers and slashes displays in the combox
box and is stored in the underlying table.
There is another field in the same table called "Month" where I would like
to store "JUL" after the entry person clicks on 7/14/2005 in the pop up
calendar.
Can someone help me with the code for the AfterUpdate in the
cboPromoStartDate?
Also, I have tried typing "=[cboPromoStartDate]" in the ControlSource of the
Month text box, but doesn't seem to do anything. Please help.
Sincerely,
Access Code Rookie
displays a pop-up calendar. When the entry person clicks their date
(7/14/2005), that date format of numbers and slashes displays in the combox
box and is stored in the underlying table.
There is another field in the same table called "Month" where I would like
to store "JUL" after the entry person clicks on 7/14/2005 in the pop up
calendar.
Can someone help me with the code for the AfterUpdate in the
cboPromoStartDate?
Also, I have tried typing "=[cboPromoStartDate]" in the ControlSource of the
Month text box, but doesn't seem to do anything. Please help.
Sincerely,
Access Code Rookie