I hae a db that keeps track of classes, insturctors, and the times and days the class is taught. I have a table with all the days of the academic week (M, T, W, R, F, S) set up with an identity field so I can sort them in this fashion. Classes can be held on one day of the week, and most are held twice a week liek MW would be class is on Monday and Wednesday.
What I want to do is have a list, or some type of option that allows me to choose two or more days for a class and have those two selected days joined in one field as a single peice of data.
I would also like to list the classes of a particular semester by selecting an item from a combo box. This combo box is located on the main form of the db, and the classes are listed in the subform. The list of classes is unique to the insturctor listen in the main form. I have tried to make this option work, but it never does. Not sure what I need to do to make any of these work, I have exhausted all my techniques.
Can anyone help me with these problems?
What I want to do is have a list, or some type of option that allows me to choose two or more days for a class and have those two selected days joined in one field as a single peice of data.
I would also like to list the classes of a particular semester by selecting an item from a combo box. This combo box is located on the main form of the db, and the classes are listed in the subform. The list of classes is unique to the insturctor listen in the main form. I have tried to make this option work, but it never does. Not sure what I need to do to make any of these work, I have exhausted all my techniques.
Can anyone help me with these problems?