K
KneeDown2Up
I have a table (Days) that has two columns, one with days and t'other with
times (I need to limit certain times with set days). On a form (Students1) I
have a number of combo boxes for staff to enter students' details, one of
which is their prefered day/time. The combo box I am using shows both the
time and day when I 'drop down' but once selected only shows the day. I have
tried adjusting the bound column parameter but to no avail. I have also tried
using a text box and another combo box to display the other part of the
display (time) but this seems to restrict which days I can select in the day
box (seems to only like unique day/time combinations - I have not used
DISTINCT in my query).
Obviously doing something wrong so any help would be much appreciated.
Thanks
times (I need to limit certain times with set days). On a form (Students1) I
have a number of combo boxes for staff to enter students' details, one of
which is their prefered day/time. The combo box I am using shows both the
time and day when I 'drop down' but once selected only shows the day. I have
tried adjusting the bound column parameter but to no avail. I have also tried
using a text box and another combo box to display the other part of the
display (time) but this seems to restrict which days I can select in the day
box (seems to only like unique day/time combinations - I have not used
DISTINCT in my query).
Obviously doing something wrong so any help would be much appreciated.
Thanks