C
CQMMAN
Hello, I have two tables:
tbInvoices (table name)
ID
transdate
InvoiceNum
PartNum
Quantity
SiteID
Notes
tblProducts (table name)
partnum
Partdesc
Both tables are joined with partnum.
I have a form with all of the tblinvoices fields on it, and a subform with
the tblproducts on it. I want to be able to create a new invoice record by
filling in the information in the fields, and then jump down to the subform
and be able to create a record that contains the tblinvoices.partnum value
and a description that I enter.
When I fill in the details and click on the subform, I get an error saying
"The microsft get engine cannot find a rcord in the table "tblproducts" with
key matching field(s) "tblinvoices.partnum".
I am not sure how to get around this. Perhaps they shouldn't even be in a
form-subform relationship?
help!
tbInvoices (table name)
ID
transdate
InvoiceNum
PartNum
Quantity
SiteID
Notes
tblProducts (table name)
partnum
Partdesc
Both tables are joined with partnum.
I have a form with all of the tblinvoices fields on it, and a subform with
the tblproducts on it. I want to be able to create a new invoice record by
filling in the information in the fields, and then jump down to the subform
and be able to create a record that contains the tblinvoices.partnum value
and a description that I enter.
When I fill in the details and click on the subform, I get an error saying
"The microsft get engine cannot find a rcord in the table "tblproducts" with
key matching field(s) "tblinvoices.partnum".
I am not sure how to get around this. Perhaps they shouldn't even be in a
form-subform relationship?
help!