I have two fields that make up a number: Needs Approval Item and SearchTerm. These two fields are stored seperately in the table as well are concatenated (SearchTerm + Needs Approval Item) before update into a field called CMIR 2. My probelm is that I need to sequentially number the CMIR 2 record starting with a 1.
SeqNum: DCount("[CMIR 2]","112 Add Sequential Number to CMIR 2","[CMIR 2] = '" & [CMIR 2] & "'")-DCount("[CMIR 2]","112 Add Sequential Number to CMIR 2","[CMIR 2] = '" & [CMIR 2] & "' AND [Cat Number] > " & [Cat Number])
Here is my current expression. 112 Add Sequetial Number to CMIR 2 is the Query name. Cat Number is my unique ID. CMIR 2 is what I need sequentially numbered.
It is coming up with an error message.
Thanks
SeqNum: DCount("[CMIR 2]","112 Add Sequential Number to CMIR 2","[CMIR 2] = '" & [CMIR 2] & "'")-DCount("[CMIR 2]","112 Add Sequential Number to CMIR 2","[CMIR 2] = '" & [CMIR 2] & "' AND [Cat Number] > " & [Cat Number])
Here is my current expression. 112 Add Sequetial Number to CMIR 2 is the Query name. Cat Number is my unique ID. CMIR 2 is what I need sequentially numbered.
It is coming up with an error message.
Thanks
