Copying data from one record to another (AREV Specific)
At 30 AUG 2001 09:30:17AM Kathy Jackson wrote:
When the users are copying data from one record to another, they're getting the error message "Subscript value out of range" when they run a report containing those records.
At 18 SEP 2001 02:27PM frank adamo wrote:
It's possible that you have a non-numeric character in a numeric field. Also, if there is a empty record, this might cause this error message. One of my clients, invariably creates an empty record on occassion. I have no idea why this occurs, but I've been able to eliminate the problem by selecting FILE WITH @ID # "" as one of the parameters in the selection process.
You may also delete the empty record, but perhaps not. With one client I can, but with another client, the record is locked, thus I haven't been able to delete it.