I have a table which shows Price for a commodity, each day. I go to the commodity form, enter the new price and date and move on to the next commodity's form.
I need to add the information automatically to another table which shows all commodities and prices for every day for a month. This information is then passed to the departments on a monthly basis.
I have a module which passes the information to the second table based on clicking the add button on each form. It would be easier and less chance of mistakes to do it automatically as I advance from form to form. Is there an event generated when moving between forms? I tried form:LostFocus but it didn't work. Any help would be appreciated.
Yes, I can do it on a report but having it readilly available for anyone is more benificial and it is always saved.
Thanks, Bill
I need to add the information automatically to another table which shows all commodities and prices for every day for a month. This information is then passed to the departments on a monthly basis.
I have a module which passes the information to the second table based on clicking the add button on each form. It would be easier and less chance of mistakes to do it automatically as I advance from form to form. Is there an event generated when moving between forms? I tried form:LostFocus but it didn't work. Any help would be appreciated.
Yes, I can do it on a report but having it readilly available for anyone is more benificial and it is always saved.
Thanks, Bill