I’m trying to work out a problem with a corrupt record – can’t delete it, can’t append from the table to another. I thought that I’d write some code to loop through the table and append everything I can until it crashes, delete those records, and so on.
However, the record number field is called “Record Number” and my rst!Record Number statement doesn’t work, nor does rst!”Record Number”, or rst!(“Record Number”), etc.
How do you refer to a field name that has a space in it when dealing with recordsets?
Thanks!
Randy