+ Reply to Thread
Results 1 to 2 of 2

Expression for Sequential Numbering in An Access Query

  1. #1
    Forum Contributor
    Join Date
    06-13-2012
    Location
    ND
    MS-Off Ver
    Excel 2010
    Posts
    152

    Expression for Sequential Numbering in An Access Query

    I am trying to figure out the expression in a an query. I have numberous duplicate records and I need to sequetially number them starting with 1. Example, 00070545 Needs Approval 1 and 00070545 Needs Approval 2, would be the result fo the first two entries.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    06-13-2012
    Location
    ND
    MS-Off Ver
    Excel 2010
    Posts
    152

    Re: Expression for Sequential Numbering in An Access Query

    CMIR LOAD 2 is the table
    CMIR 2 is the field in the table that I am referencing

    I get an error after I enter the below code of: Sntax error (missing operator) in query expression '[CMIR LOAD 2]![CMIR 2] <= 51796 Needs Approval.'

    Expr1: DCount("[CMIR LOAD 2]![CMIR 2]","CMIR LOAD 2","[CMIR LOAD 2]![CMIR 2] <= " & [CMIR LOAD 2]![CMIR 2])

    I am so close...can anyone help?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1