Using: MS-ACCESS 2002 SP1
I need to populate a bounded textbox (SaleDateTime) using the information the User enters in a Calendar Form and a Time Form. The values selected by the user are returned to the following unbounded textboxes: txtFrom and txtTime. I have tried using the afterupate, on change event but with no luck. How can I get it to work?
The txtFrom and txtTime are populated using forms frmReturnDateSmall and frmReturnTime. These popup when the user clicks on the command buttons called: cmdFrom and cmdTime.
All of the previous (except for the ReturnDate and ReturnTime forms) on a form called frmSale.
I need to populate a bounded textbox (SaleDateTime) using the information the User enters in a Calendar Form and a Time Form. The values selected by the user are returned to the following unbounded textboxes: txtFrom and txtTime. I have tried using the afterupate, on change event but with no luck. How can I get it to work?
The txtFrom and txtTime are populated using forms frmReturnDateSmall and frmReturnTime. These popup when the user clicks on the command buttons called: cmdFrom and cmdTime.
All of the previous (except for the ReturnDate and ReturnTime forms) on a form called frmSale.