R
Randall Arnold
I have a continuous subform used to enter one or more records in a
one-to-many relationship. It has 2 combo boxes (one is the first control in
the index) and 2 text boxes. When the master record is added, there is a
single new record added to the continuous subform. This is by design. I
don't want additional records after the first one to show up on the subform
until after I've filled out all values in the existing controls and pressed
an AddRecord button. However, as soon as I select a value in the first
combo box, another new record is added to the continuous subform. I have
nothing in my code to trigger this, and can't see any properties that are
doing it either. I don't want it to happen.
Any ideas?
Randall Arnold
one-to-many relationship. It has 2 combo boxes (one is the first control in
the index) and 2 text boxes. When the master record is added, there is a
single new record added to the continuous subform. This is by design. I
don't want additional records after the first one to show up on the subform
until after I've filled out all values in the existing controls and pressed
an AddRecord button. However, as soon as I select a value in the first
combo box, another new record is added to the continuous subform. I have
nothing in my code to trigger this, and can't see any properties that are
doing it either. I don't want it to happen.
Any ideas?
Randall Arnold