G
Guest
can someone explain what a continous form is and how it works?
can someone explain what a continous form is and how it works?
-----Original Message-----
works?
It allows you to display several records at once, one above the other.
It's a bit tricky in one regard: it *looks* like you have multiple
controls (textboxes, combos, etc.), one for each record - but you
really don't; there's only one of each control, displayed multiple
times, each with the value from a different record. For this reason
putting an unbound control on a continuous form, or changing a
control's properties, may give unexpected results.
.
how do you create a continous form??