JeffreyDavid
Registered User.
- Local time
- Today, 02:19
- Joined
- Dec 23, 2003
- Messages
- 63

I have a form and subform, if the form is opened and closed without doing anything, it creates a blank line in the table. Given enough time, that table will be a mess. I want to create a delete query based on,
If Product is Null
If Model is Null
If Description is Null
If Type is null
I want to delete the entire line if those fields are null.
How would one go about acomplishing this?