Hi Guys
I need a bit of help with what I expect is a simple issue, but I cant see a solution even after spending hours on Google looking.
Regarding Static Data Cascading Combo box
I dont want to fetch data from tables to display in the combo boxes just static set options. Let me Explain.
We have a database that organises orders and deliveries for an AVON Rep.
A customer selects when they would like deleivery and we put that in the system currently with two combo boxes, Dayoftheweek and timeoftheday, fairly simple they consist of;
Dayoftheweek=
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
And
Timeoftheday=
Morning
Afternoon
Evening
They are put in the customer table as its updated for the AVON campaign they order on, via two simple combo boxes, This required two distinct actions, not very elegant really.
I was hoping to use a cascading combo box that would show the timeoftheday when a dayoftheweek is clicked on. Like;
Tuesday Morning
Afternoon
Evening
and they would then be updatedinto the table when the timeoftheday is clicked.
It would appear to be almost impossible without adding tables and writebacks and requeries and on and on.
Any thoughts please.
Jerry.
I need a bit of help with what I expect is a simple issue, but I cant see a solution even after spending hours on Google looking.
Regarding Static Data Cascading Combo box
I dont want to fetch data from tables to display in the combo boxes just static set options. Let me Explain.
We have a database that organises orders and deliveries for an AVON Rep.
A customer selects when they would like deleivery and we put that in the system currently with two combo boxes, Dayoftheweek and timeoftheday, fairly simple they consist of;
Dayoftheweek=
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
And
Timeoftheday=
Morning
Afternoon
Evening
They are put in the customer table as its updated for the AVON campaign they order on, via two simple combo boxes, This required two distinct actions, not very elegant really.
I was hoping to use a cascading combo box that would show the timeoftheday when a dayoftheweek is clicked on. Like;
Tuesday Morning
Afternoon
Evening
and they would then be updatedinto the table when the timeoftheday is clicked.
It would appear to be almost impossible without adding tables and writebacks and requeries and on and on.
Any thoughts please.
Jerry.