chickencat
01-07-2002, 02:51 PM
I have a form that tracks clients with several subforms (to record contacts, contracts, invoices, etc.). My problem is that when I move from record to record in the database and I am in a subform, a new null record is created for that subform. For example, although a client has no invoices, a null invoice is automatically recorded in the database if I am in that subform. I have tried using the required and allow zero-length strings properties to no avail. When I use these properties, I can't scroll from record to record in my subform because it says either the field is required (it wants me to enter a value before I enter on) or it won't allow a zero-length string for a field (I must have an actual string for that field). Why can't it just accept the fact that some clients don't have contacts, or invoices and not record a new (yet null) one every time I scroll through all my clients! Help!