List box error

scjohn

Registered User.
Local time
Today, 11:38
Joined
Nov 3, 2004
Messages
31
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.
 
text box error

Could someone please look take a look at the program. This is the only thing that is holding me back from finishing it.
 

Users who are viewing this thread

Back
Top Bottom