Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Try changing "NextInt" to:
    Code:
    NextInt: IIf(Int([OverallComplete]+1)>100,100,[OverallComplete]+1)
    As to the report, in the report I created, "Copy Of All Game Completion", you are trying to display data from a field (from the query) that doesn't exist.
    You changed the field names in the 2nd query from what I had named them.
    Not a problem , but if you change a field name in the record source, you must also change the control source name for the control that uses that renamed field.
    Sometimes the easiest way to fix a problem like this is to delete the control, then recreate the control.




    BTW, you shouldn't use spaces in object names. Only letters, numbers and/or the underscore.

  2. #17
    Fuhgawz is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jun 2015
    Location
    Johnson City, TN
    Posts
    8
    IIF that's why it wasn't working for me. I was trying IF.

    Ill figure out the reports at some point. I can get the information I need from the queries for now. Thanks for your help.

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

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