Hiding new record row

  • Thread starter Thread starter JB
  • Start date Start date
J

JB

Hi All
hope this is possible.

I have a form 'Designs' that has a few columns from tables linked through a
query.
One table, DesignFitter is a many-to-many relationship so I've made it a
subform. BUT normally it only has one Fitter. Just once in a blue moon it
has 2.

I wanted to match as closely as possible to the other fields for data input
so I made it 'continuous' with no borders and what not. All is well and it
looks like the other fields. (it's a combo)
Trouble is, it works like any other form, table or datasheet of course that
when you enter a record, a new line appears for the next record. But I'd
like that not to happen. Because you end up with a black row.

I know you'd have to have an 'add record' in order to have it reappear or
something.
I hope I'm making sense.
Can anyone help please
Jen
 
hi,
I know you'd have to have an 'add record' in order to have it reappear
or something.
Use the forms AllowAdditions property, set it to False.


mfG
--> stefan <--
 
Back
Top