A
Annelie
I created a small table, where the user inputs misc pay items like retro
pay.
To make input easier, I create a list box (also tied combo box with same
result) in the table for the employee name.
Set up as such:
List Box
Table/Query
TblEmployeeList
Bound Col 1 (indexed employee number)
Col count 2 (employee name)
Col Widths: 0",2"
It doesn't work just using bound col 2, col count 1
Everything works just fine until I want to append this data to the other
imported payroll data table. When I look a the append Query before updating,
everything looks just fine, but when it actually updates, it drops the
employee number instead of the name into the table.
How can I fix this. Since this is all imported data, I am not adding the
employee number to the data until later.
Annelie
pay.
To make input easier, I create a list box (also tied combo box with same
result) in the table for the employee name.
Set up as such:
List Box
Table/Query
TblEmployeeList
Bound Col 1 (indexed employee number)
Col count 2 (employee name)
Col Widths: 0",2"
It doesn't work just using bound col 2, col count 1
Everything works just fine until I want to append this data to the other
imported payroll data table. When I look a the append Query before updating,
everything looks just fine, but when it actually updates, it drops the
employee number instead of the name into the table.
How can I fix this. Since this is all imported data, I am not adding the
employee number to the data until later.
Annelie