Record Deletion

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently have a record in my table that has error on all of it's fields.
I'm trying to delete it, but I constantly get an invalid argument error. I
try to delete it and it also says, Control can't be edited, its bound to
autonumber regid field. Any suggestions?
 
I assume you tried to delete it by opening the table in datasheet view already.
Your last alternative will be to build a new table and copy the record to
that point and paste then start at the record past the bad one, copy, and
paste.
 
I tried that already, but everytime I try to copy or paste, I get that
invalid argument message. Any other suggestions?
 
Back
Top