Results 1 to 3 of 3
  1. #1
    cfobare79 is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Dec 2014
    Posts
    66

    Report Number

    I have created a report. Every time the report is generated I would like a report# to be shown. I would like it to be displayed like this: OSC-20150404-001 so that the first 3 characters is the AgencyID followed by the date and then the sequential number of the report for that day. I also would like to find out how I can save my query results that created the report. Thank you very much for your time.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    You would need a table to track the report for each day..
    agcy
    date
    rptCount. (Integer)

    increment the count each time you print. Read the Agency off a form.
    Another box to assemble them all...
    txtRpt = cboAgcy & format(txtDate,"yyyymmdd") & "-" & txtCount

  3. #3
    cfobare79 is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Dec 2014
    Posts
    66
    I'm not sure how the data from the report will populate the Table. I also am not sure where you put the formula.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Report Showing ID number and not the name
    By tipopilotas in forum Reports
    Replies: 11
    Last Post: 07-20-2015, 03:21 PM
  2. Two-column report with group by number
    By bamerand in forum Reports
    Replies: 1
    Last Post: 10-30-2014, 09:07 AM
  3. Running Sum in Report Voucher number
    By glen in forum Reports
    Replies: 13
    Last Post: 12-27-2012, 03:43 PM
  4. minimum number in report
    By rmiell in forum Reports
    Replies: 2
    Last Post: 10-10-2012, 02:33 PM
  5. Auto Unique Number on every REPORT
    By imvineet in forum Access
    Replies: 3
    Last Post: 09-09-2010, 08:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums