Newbies laughingcc Posted March 26, 2004 Newbies Posted March 26, 2004 I have inadvertently imported almost 2000 empty records into my primary database of over 9000 valid records. Does anyone have an idea on how to find all empty records and delete them as a batch? [email protected] Version: v5.x Platform: Mac OS X Jaguar
Lee Smith Posted March 26, 2004 Posted March 26, 2004 Have you tried finding the blank records using a simple find and the equal sign "=" no quotes? In the Find Mode, I would enter the = sign in a couple of fields that I know that my real records have data in, and this should produce all record that Do Not Have data in them. The more field you use the equal sign in your find request, the better the chance that you will find what you want. In Find Mode Enter = in Field 1 Enter = in Field 2 Enter = in Field 3 more fields if needed, and then, Hit the continue button. This should find all record that are empty in all three or whatever number of fields you choose. Once you have them in the found set, you can use the Delete Found Records. Go to "Menu" - "Records" - Delete Found Records (about the third item in the menu list). HTH Lee
Echo33029 Posted March 26, 2004 Posted March 26, 2004 As an alternativeto Lee's method, you can do a find of records that are good and you do not want to delete. If you have a field that you know has a value, e.g. a number field or date field, do a find for value > 0, or date > 1/1/1950,or something similar. Once you have found the good records, from the records menu select Find Omitted, this will then give you the bad records,and you can now delete them as Lee suggested using the Delete Found Records command. MAKE A BACKUP FIRST! Echo
Recommended Posts
This topic is 7816 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now