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.
Question, The report I need to create 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.
Have spent may hours trying to get this working
Please help if you have any ideas. Thanks
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.
Question, The report I need to create 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.

