I have 3 tables RMA, Company and Product which have a replationship to join them.
Company.ID = RMA.Company
Product.ID = RMA.Product
I have a form which populates the RMA table, on which the Company Name
is a lookup from the company table and Product is a lookup from the
product table.
From the information inputted into the form I need to create a report
that displays fields from the RMA table and the Address field from the
company table.
Problem, the report is a delivery note so is there a way to
show the Address from the company table by default but also be able to
over type it if it needs to be different.
I thought I could do this by adding a delivery field to the RMA table and entering the address in the RMA form if different then use a query, but the select query returns all records with no changes and the update query makes the Delivery fields blank.
Hopes this makes sense
Company.ID = RMA.Company
Product.ID = RMA.Product
I have a form which populates the RMA table, on which the Company Name
is a lookup from the company table and Product is a lookup from the
product table.
From the information inputted into the form I need to create a report
that displays fields from the RMA table and the Address field from the
company table.
Problem, the report is a delivery note so is there a way to
show the Address from the company table by default but also be able to
over type it if it needs to be different.
I thought I could do this by adding a delivery field to the RMA table and entering the address in the RMA form if different then use a query, but the select query returns all records with no changes and the update query makes the Delivery fields blank.
Hopes this makes sense
