RotorTorque
Programmer
Hi all,
I have an insert query that needs to save data into 2 tables (tblCases, tblAttachments). There could be multiple attachments per 1 Case.
Table tblCases Has the following fields:
CaseID
Description
Table tblAttachments has the following fields:
CaseID
AttachmentFilePath
Thanks in advance,
RotorTorque
I have an insert query that needs to save data into 2 tables (tblCases, tblAttachments). There could be multiple attachments per 1 Case.
Table tblCases Has the following fields:
CaseID
Description
Table tblAttachments has the following fields:
CaseID
AttachmentFilePath
Thanks in advance,
RotorTorque