View Full Version : Subform.


ursidae
04-01-2000, 01:36 PM
This is probably a stupid question.

Is there a way to get rid of "star"-post in a subform? That is, the one that contains no actual record. The poor users are getting very confused.

Ur.

Axis
04-01-2000, 04:58 PM
Change the form property Allow Additions to No.

ursidae
04-02-2000, 11:13 AM
Thanks!

I take it there´s no way to both allow additions and to have a "clean" subform?

Ur.

Axis
04-02-2000, 07:56 PM
You can add a button on the main form to either bring up a new form to add a record or to change the AllowAdditions property of the subform to True. But, as you say, you can't have a clean form and no additions by default.