• WSStegmite

    WSStegmite

    @wsstegmite

    Viewing 15 replies - 1 through 15 (of 47 total)
    Author
    Replies
    • in reply to: DCount problems (A2k) #817481

      Thanks for all your help Hans…for future reference what would I use if it were a variable instead of a field?

    • in reply to: DCount problems (A2k) #817482

      Thanks for all your help Hans…for future reference what would I use if it were a variable instead of a field?

    • in reply to: DCount problems (A2k) #817443

      BusPros is the name of the field
      qryBLSD is the name of the query

    • in reply to: DCount problems (A2k) #817444

      BusPros is the name of the field
      qryBLSD is the name of the query

    • in reply to: DCount problems (A2k) #817425

      Sorry to be such a pain in the butt on this stuff, but once again I’m stuck. I’m trying to change a text box’s Control Source when a button is clicked. I know I’m missing a + or ” here and there, can someone help? Here’s what I’ve got:

      Text5.ControlSource = “=DCount(” + [BusPros] + “,” + [qryBLSD] + “,” + [BusPros] = 1 + “)+”

    • in reply to: DCount problems (A2k) #817426

      Sorry to be such a pain in the butt on this stuff, but once again I’m stuck. I’m trying to change a text box’s Control Source when a button is clicked. I know I’m missing a + or ” here and there, can someone help? Here’s what I’ve got:

      Text5.ControlSource = “=DCount(” + [BusPros] + “,” + [qryBLSD] + “,” + [BusPros] = 1 + “)+”

    • in reply to: OpenForm where condition (a2k) #817312

      Well, after trying to get the db down to 100KB, I somehow got the code working…so I’ll play around with it some more

    • in reply to: OpenForm where condition (a2k) #817313

      Well, after trying to get the db down to 100KB, I somehow got the code working…so I’ll play around with it some more

    • in reply to: OpenForm where condition (a2k) #817304

      Its a number field

    • in reply to: OpenForm where condition (a2k) #817303

      Its a number field

    • in reply to: OpenForm where condition (a2k) #816975

      i tried your way, but entering “1” still returns “10, 11, etc”…btw, thanks for all your help Hans

    • in reply to: OpenForm where condition (a2k) #816976

      i tried your way, but entering “1” still returns “10, 11, etc”…btw, thanks for all your help Hans

    • in reply to: DCount problems (A2k) #815944

      Got another question on DCounts….I’m picking out all of the fields where the data is 1, 3 and 5…but its returning all of the records? This is what i’ve got:
      =DCount(“[DataManager]”,”[tblMain]”,”[DataManager]=1″ And “[DataManager]=3” And “[DataManager]=5”)

    • in reply to: DCount problems (A2k) #815945

      Got another question on DCounts….I’m picking out all of the fields where the data is 1, 3 and 5…but its returning all of the records? This is what i’ve got:
      =DCount(“[DataManager]”,”[tblMain]”,”[DataManager]=1″ And “[DataManager]=3” And “[DataManager]=5”)

    • in reply to: DCount problems (A2k) #815875

      First one worked, thanks

    Viewing 15 replies - 1 through 15 (of 47 total)