G
Guest
I have a combo box bound to column 0 of a table - the ControlSource is a
field named WorKPerformed in my Work table and the RowSource is
SELECT WorkPerformed.[Job Performed] FROM WorkPerformed;
NOTE: This second WorkPerformed is referring to a table with Job Performed
being the field in this second table.
My problem is that on the form I see the job description fine in the combo
box (even if I move forward and backward through the records). However, when
I look at the data in the table (outside of the form) there is a number
instead of the job description I selected. The numbers appear to run from
0-9 and refer to the record number beginning with 0 instead of 1. Can you
give me an idea of why and what I can do to get the correct text saved in the
table?
Thanks in advance.
field named WorKPerformed in my Work table and the RowSource is
SELECT WorkPerformed.[Job Performed] FROM WorkPerformed;
NOTE: This second WorkPerformed is referring to a table with Job Performed
being the field in this second table.
My problem is that on the form I see the job description fine in the combo
box (even if I move forward and backward through the records). However, when
I look at the data in the table (outside of the form) there is a number
instead of the job description I selected. The numbers appear to run from
0-9 and refer to the record number beginning with 0 instead of 1. Can you
give me an idea of why and what I can do to get the correct text saved in the
table?
Thanks in advance.