Form/Subform Problems!!! HELP!!!

tflett

Registered User.
Local time
Today, 01:10
Joined
Aug 3, 2007
Messages
40
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(n)

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.
 
Working ?

Hello,

I have run the db and created a new entry, there was no evidence of any previous records data in any of the text boxes I could see.

Can you provide the tab and text box names that you are having the issue with, as I can not see an issue here.

Bachgen
 
I put in three new entry's and when I view the three entry's using the nav buttons, everything is ok except for the textboxes next to the combo boxes in the primary training tab, secondary training tab, and the employment information tab. Those text boxes are blank when they sound house the information about the Trade numbers and Employer numbers that are in the combo boxes. Thats the problem I'm having.
Thanks in advance
 
How can I get the information on Trade and Employer Numbers to show in the proper textboxes everytime I view each record??

Any help would be appreciated.
 

Users who are viewing this thread

Back
Top Bottom