i do not understand? can someone please help me to do this step by step as i
am new to access, i have asked numerous times but people keep talking in
computer lingo and i am stupid to that
i have 30,000 phone numbers to delete and am going blind doign it one at a
time
PLEASE SOMEONE HELP
benjamin
Back up your database by copying the .mdb file to another file, just
for safety.
Open the Tables tab on the database window.
Right-mouse Select your table. (I don't know its name or what fields
it contains, so I cannot be more specific).
Choose Copy from the dropdown menu.
Right mouseclick the blank area of the screen and select Paste. You'll
get the option to paste with or without data (design mode only);
choose this option - you want a copy of your table with NO records in
it.
Open this new table in design mode.
Select the Phone field.
On the Indexes tab at the bottom of the screen, select "Indexed - No
Duplicates".
Save and close the table.
Open the Queries tab, and create a new Query. Base it on your original
table.
Select the Phone field (and any other fields that you want to copy...
again, I cannot see your database and do not know just what you want
to accomplish).
Change the query to an Append query (using the Query menu option or
the query-type tool on the toolbar).
You'll be asked what table you want to append to - choose this new
table.
Run the query by clicking the ! icon.
You'll be warned "xxx records failed due to index violation" or some
such message - click OK; that's your duplicates being thrown in the
bitbucket.
Check the new table to see if it contains the data you want, with one
record per phone number.
John W. Vinson[MVP]