R
Razor
Hi,
I need to write an update query that will populate a
unique-index field with some static text (e.g. "Invoice
#") followed by an incrementing number.
For example,
Invoice #00001 <-- record 1
Invoice #00002 <-- record 2
....
So that the 1000th record's field value would look like:
Invoice #01000 <-- record 1000
How would I write this query?
Thanks,
Razor
I need to write an update query that will populate a
unique-index field with some static text (e.g. "Invoice
#") followed by an incrementing number.
For example,
Invoice #00001 <-- record 1
Invoice #00002 <-- record 2
....
So that the 1000th record's field value would look like:
Invoice #01000 <-- record 1000
How would I write this query?
Thanks,
Razor