alessandro311
Programmer
Dear all,
I am developing an Access DB to store some marketing package information.
because the information to be stored is too many, I designed to allow the users to input it on a step by step (like a wizard) approach, and finally insert all data to a table through ADODB.command. Therefore, none of the forms are bind to any table, instead, the ADODB.command would insert the record with a INSERT SQL command.
My question is, one page is used for input the package prizes, which may be different in number for each package, so how can I input a set of prizes (with different no.)through a form ???
thanks for any comments!!!
I am developing an Access DB to store some marketing package information.
because the information to be stored is too many, I designed to allow the users to input it on a step by step (like a wizard) approach, and finally insert all data to a table through ADODB.command. Therefore, none of the forms are bind to any table, instead, the ADODB.command would insert the record with a INSERT SQL command.
My question is, one page is used for input the package prizes, which may be different in number for each package, so how can I input a set of prizes (with different no.)through a form ???
thanks for any comments!!!