S
Steve Schapel
Gary,
You have made a fundamental database design error.
For correct operation, each of the "car.." lines should be a separate
*record* in the table that the form is bound to.
Therefore, I suggest you follow the concept I mentioned in my earlier post:
It sounds like you have comboboxes in each "row" bound to the same
fields, which achieves no purpose.
In design view of the form, first of all remove all of the comboboxes
from the car2 - car5 lines, i.e. so you are left with only one "set" of
comboboxes for name, shirt, pants, etc.
Then, find the Property of the form called Default View, and change it
from 'Single Form' to 'Continuous Forms'. Adjust the height of the
Detail section of the form so that it is only a little higher than the
height of the combobox.
Now open the form in form view. If I have understood you correctly, you
should now be able to enter as many names as you want.
You have made a fundamental database design error.
For correct operation, each of the "car.." lines should be a separate
*record* in the table that the form is bound to.
Therefore, I suggest you follow the concept I mentioned in my earlier post:
It sounds like you have comboboxes in each "row" bound to the same
fields, which achieves no purpose.
In design view of the form, first of all remove all of the comboboxes
from the car2 - car5 lines, i.e. so you are left with only one "set" of
comboboxes for name, shirt, pants, etc.
Then, find the Property of the form called Default View, and change it
from 'Single Form' to 'Continuous Forms'. Adjust the height of the
Detail section of the form so that it is only a little higher than the
height of the combobox.
Now open the form in form view. If I have understood you correctly, you
should now be able to enter as many names as you want.