Search results

  1. janith

    Enable button based on two values

    Hi, I want to enable a button on the form based on either 2 values If txname.value = " vb- 99453037" or "43331954" then Button. Enabled = true Else Button. Enabled = false It only works for first value (vb-99453037)and not for both any suggestions??
  2. janith

    Dcount for multiple criteria

    Well if they is no other way to fix this I guess will have to use two controls to show count for pending and blank records!!!
  3. janith

    Dcount for multiple criteria

    Well I still get a zero value with the above formula... Please help out
  4. janith

    Dcount for multiple criteria

    I'm not sure plog... Are you suggesting to make changes to the last part of the formula?!! Ie; with regards to null value..
  5. janith

    Dcount for multiple criteria

    Sure will try with this.. Thank you
  6. janith

    Dcount for multiple criteria

    I'm still getting the #error in the field... posting the control source formula ..please advise what's missing. =DCount("adviserall","tblmain","[queue type] ='MSCCBR' and [status] = 'Pending' or Is Null) I'm sure there might be comma error somewhere, please guide..
  7. janith

    Dcount for multiple criteria

    For status here I'm using [status] = "pending" or [status] IsNull Still getting #error... Please advise
  8. janith

    Dcount for multiple criteria

    Sure will give it a try.. Thank you all..
  9. janith

    Dcount for multiple criteria

    How about if the field is null and I want to count that as well.. I can enter " pending " but what about a null field?
  10. janith

    Dcount for multiple criteria

    OK thank you both.. Will try out
  11. janith

    Dcount for multiple criteria

    That link is for dlook up.
  12. janith

    Dcount for multiple criteria

    Hi, Hope some one can help me with the dcount formula for a text box on form. I want to count the number of items pending or left blank for a particular queue for the user. User is fosusername() Table is tblmain Fields are queues, status. The formula should count for that user from that table...
  13. janith

    Save value on excel via access form

    What about ODBC connection will that help?
  14. janith

    Save value on excel via access form

    Hi, I have an excel file with few records the last record is titled status. I've an access form which gets these records. My question is how can I make changes to a field on form so that is gets automatically updated on that excel sheet. Ex. When I select "resolved" on the status field on...
  15. janith

    Count total and name wise

    What I meant was under control property of the two labels that I mentioned I want the dcount function to count total records in the table and the total records based on the criteria of another text box. Hope this explains.
  16. janith

    Count total and name wise

    Hi, Just wanted to check what would be the control property for dcount function.. Which 1) will count the total records based on user field. 2) will count the total records based on user them self. ( customized based on user) This I want to set as two labels titled as below on the form banner...
  17. janith

    check if duplicate OK

    Great thanks for this.. Will get back soon
  18. janith

    check if duplicate OK

    Will it take care of vbyes also.. ie; to continue with update even if it's duplicate?
  19. janith

    Active users count

    I'm sorry but I wanted this as a label on the banner... Active users: (count)... For this label what should be the control source. Just please confirm me the code to be pasted there.
  20. janith

    Active users count

    I don't think that's a resolved post!!!
Back
Top Bottom