Hello,
I have an append query that kicks misc. data into a 500byte string which is required by many of our customers.
We have a customer however, who is requesting modifications. What I need is a field in the append query what will count each line and enter the corresponding line number in the string formatted as 000.
For example, if there are 5 lines in the file than the first would be 000 and the second 001 and so on.
If there are 10 then 001, 002 - 010 etc.
I have no idea how to have it count each line and then format the output as per above. Can anyone help?
Thanks so much!
I have an append query that kicks misc. data into a 500byte string which is required by many of our customers.
We have a customer however, who is requesting modifications. What I need is a field in the append query what will count each line and enter the corresponding line number in the string formatted as 000.
For example, if there are 5 lines in the file than the first would be 000 and the second 001 and so on.
If there are 10 then 001, 002 - 010 etc.
I have no idea how to have it count each line and then format the output as per above. Can anyone help?
Thanks so much!