I have 3 tables with fields as follows:
tblInvoices
InvoiceID - PK Autonumber
InvoiceDate
jtblInvoiceDebits
InvoiceID
DebitID
tblDebits
DebitID - PK Autonumber
DebitAmount
DebitType
Setup In a Many-To-Many Relationship using jtblInvoiceDebits as the Junction table. Taking the InvoiceDate, DebitAmount, and DebitType From a Form, I would like to update the tables. Can anyone help?
tblInvoices
InvoiceID - PK Autonumber
InvoiceDate
jtblInvoiceDebits
InvoiceID
DebitID
tblDebits
DebitID - PK Autonumber
DebitAmount
DebitType
Setup In a Many-To-Many Relationship using jtblInvoiceDebits as the Junction table. Taking the InvoiceDate, DebitAmount, and DebitType From a Form, I would like to update the tables. Can anyone help?