Continuous Form

U

UmpRef

I use a continuous form to show the 6 record set table in which the user can
change the number for the given field description. The form shows the next
(7th) recordset which is the next new record. I only want the form to display
the six records that have both fields used. Is that possible.
 
A

Albert D. Kallal

Yes, simply set the forms "allow" additions to no, and the extra line will
go away...
 
Top