Hello there,
I'm trying to figure out the logic for creating a form, that will insert multiple records into the same table in the following way :
I have 25 rooms
I need a form to enter - daily- what is the stock in each room
so I designed a form that lists 25 rows, each row is for one of the rooms, then the user should complete data for each row.
I also want to add something, I want to display the stock in the room for the last day, and, make it the default value in the current feild, so if there is a change in stock, user can type in the new value, else, he will leave it and it'll record yesterday's value.
Hope i made it clear, I really need help on this, been thinking of many stupid ways , but I can't figure it out.