Hi guys,
since I'm not an expert with Access, I'm having lots of trouble with it.
I want to create a form that contains a main form and a subform, and when the forms are filled out, they update information to two tables.
So far, I've created a main form that can update info to the "Transactions" table (contains info such as transaction date, employeeID, customerMemberID...) and a subform that updates to the "TransactionDetails" table (data relating to quantities, product code, unit price...).
However, I have a query that contains calculated fields based on information from the "TransactionDetails" table (such as taxes and total price) and would like to add some of those query fields to the subform. I failed many times in doing this because the subform wouldn't work when I add those fields via the subform creation wizard.
I also think it would be nice if somehow the 'unit price' would automatically show after the data for the 'ProductCode' is selected, so that the user of the form wouldn't need to manual type in the unit price.
Any help would be appreciated.
Thanks in advance
since I'm not an expert with Access, I'm having lots of trouble with it.
I want to create a form that contains a main form and a subform, and when the forms are filled out, they update information to two tables.
So far, I've created a main form that can update info to the "Transactions" table (contains info such as transaction date, employeeID, customerMemberID...) and a subform that updates to the "TransactionDetails" table (data relating to quantities, product code, unit price...).
However, I have a query that contains calculated fields based on information from the "TransactionDetails" table (such as taxes and total price) and would like to add some of those query fields to the subform. I failed many times in doing this because the subform wouldn't work when I add those fields via the subform creation wizard.
I also think it would be nice if somehow the 'unit price' would automatically show after the data for the 'ProductCode' is selected, so that the user of the form wouldn't need to manual type in the unit price.
Any help would be appreciated.
Thanks in advance