Can anyone help me.
I have a combo box looking up a table which has following fields-
BookingID
Date
Room
The BookingID field is hidden in the combo box so the user types the date in the box to lookup the room.
Howver to ensure the date is entered in correctly, I want to use the calendar form pop up where the user selects the date from the calendar and places it into the combo box to search the room. I have tried .column(1) with no success.
Thank you
I have a combo box looking up a table which has following fields-
BookingID
Date
Room
The BookingID field is hidden in the combo box so the user types the date in the box to lookup the room.
Howver to ensure the date is entered in correctly, I want to use the calendar form pop up where the user selects the date from the calendar and places it into the combo box to search the room. I have tried .column(1) with no success.
Thank you