G
Guest
Hi there,
I am creating a data entry form with a subform using access as a front end... I need to create a form for data entry where the user may select a number of records that they wish to enter, and then press a button to have the subform create that many rows for them to submit data, with each row being one record in the database.
So if the schema was something like: "car name, year, price", when the user is asked how many records they want to submit, and they choose three, the form should generate a subform with three rows in it, that they can then enter information for three seperate cars. (and no more than three)
I have no idea how to get the subform to do this... ideally i would like it to be locked at three records too if thats what is selected, so that no extra record can be submitted accidently. Is it better to use a continuous subform or a datasheet? Most people seem to favour a continuous.
I also cannot create any temporary tables on the client side, although a linked table is ok, and would much prefer to use ADO rather than DAO if at all possible. Sorry very little VBA experience
thanks for any help!!
I am creating a data entry form with a subform using access as a front end... I need to create a form for data entry where the user may select a number of records that they wish to enter, and then press a button to have the subform create that many rows for them to submit data, with each row being one record in the database.
So if the schema was something like: "car name, year, price", when the user is asked how many records they want to submit, and they choose three, the form should generate a subform with three rows in it, that they can then enter information for three seperate cars. (and no more than three)
I have no idea how to get the subform to do this... ideally i would like it to be locked at three records too if thats what is selected, so that no extra record can be submitted accidently. Is it better to use a continuous subform or a datasheet? Most people seem to favour a continuous.
I also cannot create any temporary tables on the client side, although a linked table is ok, and would much prefer to use ADO rather than DAO if at all possible. Sorry very little VBA experience
thanks for any help!!