Hi,
I am trying to improve usability of a inventory database I have created. I have a table for individual components and a table for inventory transactions. Using a query I have then taken from the components table only the components that are used for a certain product range. I then create a form based on this query for each product range displaying all the components in a list. I would like to add a column at the end of the table so that the the end user can simply fill in the quantities they want of each component to take out of stock and then this will automatically fill in on the inventory transactions table. Currently the user has to open a form for each individual component with the inventory transactions for that item in a subform.
I have attempted to do this using a unbound field and using it in an append query. When I do this though if I enter a value into the unbound field it automatically fills in all the rows bellow it with the same value for every component. Could anyone help me with this problem?
Many thanks.