Hi all,
I have a database with one main form, and in that main form are three subforms. I have a Combo Box in each of the subforms with textboxes beside the combo boxes to house additional information that is in each combo box.
The code that I put in the combo box that shows the additional info is as folows:
Textbox = combobox.column
This seems to work out fine when it comes to showing the additional information in the textboxes.
Ok, the problem I'm having is when I test the DB by adding info, such as a new entry, everything clears from the boxes except for the additional textboxes. They still have the same info from the previous entry I entered in the DB or they dont have any info in them at all.
View attachment PPT-Trainee DB.zip
I'll post my DB for you people to take a look.
Any help will be appreciated.
I have a database with one main form, and in that main form are three subforms. I have a Combo Box in each of the subforms with textboxes beside the combo boxes to house additional information that is in each combo box.
The code that I put in the combo box that shows the additional info is as folows:
Textbox = combobox.column

This seems to work out fine when it comes to showing the additional information in the textboxes.
Ok, the problem I'm having is when I test the DB by adding info, such as a new entry, everything clears from the boxes except for the additional textboxes. They still have the same info from the previous entry I entered in the DB or they dont have any info in them at all.
View attachment PPT-Trainee DB.zip
I'll post my DB for you people to take a look.
Any help will be appreciated.