J
June27
I am trying to relate 3 tables. Table 1 is "contacts", with contact name,
address, phone. ContactID is the primary key. Table 2 is "bids", which are
bids for the contacts. Table 2 has pricing and scheduling info.and BidListID
is the primary key. Those 2 tables relate splendidly, I can access the bids
subdatasheets when in the contacts table, and any info entered there is saved
in the Bids table. (One contact may have several bids) {relationship diagram:
contacts table/contactID relates to bid table/contact id}
Table 3 is "Invoices", contains billing info, payments, check number, late
notice, for the bids. and InvoiceID is the primary key. (not sure of the
relationship, I suppose one bid could have more than one bill, if it isn't
promptly paid). This table doesn't relate properly, if I am working from the
"contacts" table, and go to the subdatasheets, bids, then invoices, any info
enter there overwrites previous information, and only the last invoice info
entered ( overwrites?) is saved in the invoice table. Each invoice then ends
up with the same info, and if I delete a record under one invoice subsheet,
that is deleted under all . {relationship diagram: bids table/bidID relates
to invoice table/bidID.
I am grateful for any assistance, I am a new user, so please be patient.
Thanks!
June27
address, phone. ContactID is the primary key. Table 2 is "bids", which are
bids for the contacts. Table 2 has pricing and scheduling info.and BidListID
is the primary key. Those 2 tables relate splendidly, I can access the bids
subdatasheets when in the contacts table, and any info entered there is saved
in the Bids table. (One contact may have several bids) {relationship diagram:
contacts table/contactID relates to bid table/contact id}
Table 3 is "Invoices", contains billing info, payments, check number, late
notice, for the bids. and InvoiceID is the primary key. (not sure of the
relationship, I suppose one bid could have more than one bill, if it isn't
promptly paid). This table doesn't relate properly, if I am working from the
"contacts" table, and go to the subdatasheets, bids, then invoices, any info
enter there overwrites previous information, and only the last invoice info
entered ( overwrites?) is saved in the invoice table. Each invoice then ends
up with the same info, and if I delete a record under one invoice subsheet,
that is deleted under all . {relationship diagram: bids table/bidID relates
to invoice table/bidID.
I am grateful for any assistance, I am a new user, so please be patient.
Thanks!
June27