K
kealaz
I need to create a form that will make changes to three different tables.
When updating a rev change to a drawing number, I need to amend the drawing
log, inventory and whereuse log.
I need to find the record with the part number and change the rev. For
example.
1000-0101-X needs to be changed to 1000-0101-A
I need to do a search on 4 fields in 3 tables to find the part that needs to
be updated.
table: tblDWGLOG
field: PART_NO
table: tblNVENTORY
field: PART_NO
table: tblWHEREUSE
field: PART_NO
table: tblWHEREUSE
field: USED_ON
When I find the part number, I need to make the change to update the rev.
letter, similar to a find and replace.
Can I do this with one form?
Thank you in advance for any assistance.
When updating a rev change to a drawing number, I need to amend the drawing
log, inventory and whereuse log.
I need to find the record with the part number and change the rev. For
example.
1000-0101-X needs to be changed to 1000-0101-A
I need to do a search on 4 fields in 3 tables to find the part that needs to
be updated.
table: tblDWGLOG
field: PART_NO
table: tblNVENTORY
field: PART_NO
table: tblWHEREUSE
field: PART_NO
table: tblWHEREUSE
field: USED_ON
When I find the part number, I need to make the change to update the rev.
letter, similar to a find and replace.
Can I do this with one form?
Thank you in advance for any assistance.