I have a list box that displays different times. Can some one help, how do get the value from the list box that was selected to show in a text box on another form?
Thanks
Thanks for the help, I put in the code on the after_Update Event but im recieving errors.
this is my code: Forms!frmNewSample!txtAppointmentTime.Value = List22.Value
this is the error message:
procedure declaration expression does not match description of event or procedure having smae name?