on a query, if you have a text field (imported so it will always be text) and you need to update it incrementally by one
how would you do the query?
I tried
Field: PermitNo
Table: My_ImportSpec
Update: CStr([My_ImportSpec]![PermitNo]+1)
I have 200+ rows to increment. I entered the next number is row 1 but want to automate the rest instead of having to type them in individually.
When I run the above, it says I can't update the rows because of a conversion error.
Thanks
Lhuffst
how would you do the query?
I tried
Field: PermitNo
Table: My_ImportSpec
Update: CStr([My_ImportSpec]![PermitNo]+1)
I have 200+ rows to increment. I entered the next number is row 1 but want to automate the rest instead of having to type them in individually.
When I run the above, it says I can't update the rows because of a conversion error.
Thanks
Lhuffst