Hi,
I am trying to append a list of part numbers which is generated in a seperate table into a subform table which is on a main form. My main problem with getting it to work is that I need the part numbers to be appended to the subform table after the autonumber (audit no) has already been assigned on the form which is done by hitting the new audit button(creates new record). Critically the part numbers need to be appended to match the autonumber generated on the main form. Appending normally would just append to the table with autonumber on 0.
Any help would be greatly appreciated.
Cheers,
Ben
I am trying to append a list of part numbers which is generated in a seperate table into a subform table which is on a main form. My main problem with getting it to work is that I need the part numbers to be appended to the subform table after the autonumber (audit no) has already been assigned on the form which is done by hitting the new audit button(creates new record). Critically the part numbers need to be appended to match the autonumber generated on the main form. Appending normally would just append to the table with autonumber on 0.
Any help would be greatly appreciated.
Cheers,
Ben
Comment