Is it possible to use multiple tables in a tab control?
I don't mean using inserting subforms, but rather a different table entirely.
For example, I have a form where you can enter in Student information, and I want to put Class information on a tab form so that the user can quickly tab over to add in a new class if needed. I found a posting that shows how to enter in information without going to a new form, but since the class table has several pieces of information (time/days/name, etc) I think it's best to just jump to a new form. However to make it smoother, I want to be able to use a tab control to just change the form quickly and then pop back to the record again.
I don't mean using inserting subforms, but rather a different table entirely.
For example, I have a form where you can enter in Student information, and I want to put Class information on a tab form so that the user can quickly tab over to add in a new class if needed. I found a posting that shows how to enter in information without going to a new form, but since the class table has several pieces of information (time/days/name, etc) I think it's best to just jump to a new form. However to make it smoother, I want to be able to use a tab control to just change the form quickly and then pop back to the record again.