Error message "Invalid Argument"

  • Thread starter Thread starter ann
  • Start date Start date
A

ann

I get an error "invalid argument" in one of my tables' on
the last record of the table the word '#error' is in every
field. It will lock me up and it will not let me delete
the record/ How can I delete the record.
Thanks,
 
Create a new table with the same structure. Append records from your
existing table into the new one except filter out the bad record.
 
Back
Top