Forms not posting in table

  • Thread starter Thread starter Julius_Council
  • Start date Start date
J

Julius_Council

I have a form which sole purpose is to input into a table. It is mostly
composed of a series of combo boxes and subforms that also have combo boxes.
On the subform "individual performance data" there is a combo box that you
can pull a Personnel number and the combo box below it should show that
employee's name. This part works correctly. But the problem is that
employee's name is not posting to the table that it should. Every other box
posts...what am I doing wrong?
 
Julius_Council said:
I have a form which sole purpose is to input into a table. It is mostly
composed of a series of combo boxes and subforms that also have combo
boxes.
On the subform "individual performance data" there is a combo box that you
can pull a Personnel number and the combo box below it should show that
employee's name. This part works correctly. But the problem is that
employee's name is not posting to the table that it should. Every other
box
posts...what am I doing wrong?

Some possibilities:

There is no data link between the form and sub-form.
The form/s is/are unbound.
Some control/s is/are unbound.

Regards,
Keith.
www.keithwilby.com
 
Back
Top