there are different users....for each user i will be storing these information on monthly basis
i have one main form from where user will select the month.
this will trigger a new form , where based on the selected month, number of rows will be shown (28/29/30/31)..
each row is basically represent a day and has partname, qty, arrival time.
for each user :
for first time--rows will be blank
for second or third..so on---- rows will retrieve data from main table
on submission
this all information goes into a main table.
how should i design this
problem : how to create second form ? and logic for multiple rows
should i use a dummy table with 31 rows and a continuous form
i have one main form from where user will select the month.
this will trigger a new form , where based on the selected month, number of rows will be shown (28/29/30/31)..
each row is basically represent a day and has partname, qty, arrival time.
for each user :
for first time--rows will be blank
for second or third..so on---- rows will retrieve data from main table
on submission
this all information goes into a main table.
how should i design this
problem : how to create second form ? and logic for multiple rows
should i use a dummy table with 31 rows and a continuous form