Don't know if anyone can help me out here. I have a table with 30 fields, one of which is a numeric field. This field is not populated for every record in the table and I need to copy the value of this field for next ? quantity of records until the numeric field is populated again.
Example, I have a numeric recno assigned to multiple records in the table and need to repeat the value of the first instance until there is a second value in the same field. Then I need to replicate that value in all the following records until a third value is present and do the same thoughtout the entire table. I have a total 40 different values in the numeric field and wanted to use a scan, but have been unsuccessful. Any suggestions? Thanks in advance.
Example, I have a numeric recno assigned to multiple records in the table and need to repeat the value of the first instance until there is a second value in the same field. Then I need to replicate that value in all the following records until a third value is present and do the same thoughtout the entire table. I have a total 40 different values in the numeric field and wanted to use a scan, but have been unsuccessful. Any suggestions? Thanks in advance.