Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Paul,
    Read my post #9.

  2. #17
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,525
    I'm with you Allan. A textbox on a report is read-only, to the best of my knowledge. I mean, the textbox can "remember" a value, presuming that value comes from a table, but you couldn't increment it on the report.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #18
    Computer202 is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    Lincolnshire, ENGLAND
    Posts
    25
    Quote Originally Posted by pbaldy View Post
    I'm with you Allan. A textbox on a report is read-only, to the best of my knowledge. I mean, the textbox can "remember" a value, presuming that value comes from a table, but you couldn't increment it on the report.
    So its not possibly? Right well thanks for the help, the work around appears to be to simply print a copy of each

  4. #19
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Why do you want this incrementing number on your report? Is it to make each report unique? Maybe we could come up with a suggestion or two if you would share with us the WHY.

  5. #20
    Computer202 is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    Lincolnshire, ENGLAND
    Posts
    25
    Basically its a Games database...

    The idea is that a certain number of games are added to a table, They are then added up in this report, I wanted it to number this report 1... Then I can save it as PDF...

    Then the records in the table are deleted and another report is created... This number needs to be different so if it added 1 every time it opened that would have worked

    So yeah a unique number...

    We could also just manually save each one as different name incrementing, But the idea of this database is to save time :P

    Thanks

  6. #21
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I would use a separate table and a UDF to both return the number and increment it for the next time.

  7. #22
    Computer202 is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    Lincolnshire, ENGLAND
    Posts
    25
    Quote Originally Posted by RuralGuy View Post
    I would use a separate table and a UDF to both return the number and increment it for the next time.
    UDF? I am not that well trained in access :P

  8. #23
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    UDF = User Defined Function; usually in a standard module rather than a class module for a form.

  9. #24
    Computer202 is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    Lincolnshire, ENGLAND
    Posts
    25
    Quote Originally Posted by RuralGuy View Post
    UDF = User Defined Function; usually in a standard module rather than a class module for a form.
    Thanks I will look into that on a side note but its fine for now thanks to the saving as PDF... Thanks for the help...

  10. #25
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You are certainly welcome. Glad we could help.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 04-12-2009, 05:11 PM
  2. Replies: 1
    Last Post: 10-09-2008, 04:48 AM
  3. Replies: 1
    Last Post: 06-09-2006, 05:44 PM

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