hello, I am using a list box to select different time from. when the time is selected in the list box it appears in another text box with other information. when all information is inputed, I click ok and the info is saved. the main form is a calendar that is created from a query. when i click on the day to see the event the time is not saved. if i type in the time then it saves. this is the code im using in the after update event:
Forms!frmNewSample!txtAppointmentTime = Me.List22.Value
I also tried the control source for the text box that i am sending the value to, still the times do not save.
I think it would be better if someone could see what i am trying to do. the program is 3 mb, so i can not attatch it. Any help would be very much appriciated.
Forms!frmNewSample!txtAppointmentTime = Me.List22.Value
I also tried the control source for the text box that i am sending the value to, still the times do not save.
I think it would be better if someone could see what i am trying to do. the program is 3 mb, so i can not attatch it. Any help would be very much appriciated.