G
Guest
The table (called workorder table) that this form (workorder) originates from
has over 6500 records. When I edit or update the workorder form one of the
fields on the form actually places information in another field called
wrkky_inv (this field is related to another table called invoice table and is
a result of an invoice being created and is the primary key for the invoice
table). The edited information is placed in the correct field correctly. The
problem is that when editing information (usually a field called work
completed qty) the form also places information into the wrkky_inv field
(uses the same number as the wrkid field which is the primary key for the
workorder table). To simpilify: The form incorrectly places information in
the wrkky_inv field by copying the wrkid field information. I should note
this does not happend on my computer at home (which is a copy of the data
table and program table). This only occurs when information is recorded at
work where the data table is saved on our server. The program table is stored
on each workstation/computer and linked to the data db. My computer at home
has one file with the program db and data db together. Any suggestions. I
have made sure that the Office 97 updates are current (sr2). Thank you.
has over 6500 records. When I edit or update the workorder form one of the
fields on the form actually places information in another field called
wrkky_inv (this field is related to another table called invoice table and is
a result of an invoice being created and is the primary key for the invoice
table). The edited information is placed in the correct field correctly. The
problem is that when editing information (usually a field called work
completed qty) the form also places information into the wrkky_inv field
(uses the same number as the wrkid field which is the primary key for the
workorder table). To simpilify: The form incorrectly places information in
the wrkky_inv field by copying the wrkid field information. I should note
this does not happend on my computer at home (which is a copy of the data
table and program table). This only occurs when information is recorded at
work where the data table is saved on our server. The program table is stored
on each workstation/computer and linked to the data db. My computer at home
has one file with the program db and data db together. Any suggestions. I
have made sure that the Office 97 updates are current (sr2). Thank you.