Good morning:
I want to create a combobox that selects from two dates...sounds simple?
Here is the way things are:
SfmHoliday has what is currently a txtbox: txtHolidayDate which relates to HolidayDate in tblHoliday.
tblHotel has TWO fields containing the dates that are available: Date1 and Date2.
HotelCode is a foreign key in tblHoliday and primary key in tblHotel.
Is there some way to feed a combobox with Date1 and Date 2 on sfmHoliday?
Thank you very much for your thoughts! (yes, I understand this isn't the greatest design, but we work with what we inheirit sometimes).
Thanks again! NY
I want to create a combobox that selects from two dates...sounds simple?
Here is the way things are:
SfmHoliday has what is currently a txtbox: txtHolidayDate which relates to HolidayDate in tblHoliday.
tblHotel has TWO fields containing the dates that are available: Date1 and Date2.
HotelCode is a foreign key in tblHoliday and primary key in tblHotel.
Is there some way to feed a combobox with Date1 and Date 2 on sfmHoliday?
Thank you very much for your thoughts! (yes, I understand this isn't the greatest design, but we work with what we inheirit sometimes).
Thanks again! NY