Search results

  1. S

    Multiple Criteria Filters from Same Field

    hello, I would like to know how to filter (from form property sheet) on load, I have this on Data/Filter/Property Sheet; DocName = 'NEWops' ... but I want to display not just the 'NEWops'. I wanted to display NEWops, PREops, DCVops as well. they all belong to the DocName field... please help...
  2. S

    Enter password once for tabs

    hello again... please see the code below, purpose is to get a password for a certain tab. this example have 2 tabs, tab 1 requires password, tab 2 doesn't. I would like to know how to stop that tab from asking for a password once the authorized user entered it once. at least until he close the...
  3. S

    unload subforms within a tab of a mainform

    I am using a code I found on the net to log use of forms. (who opens it and when), the problem I am facing is, the code works if I put it in the "onload" event of a form. BUT, the forms are subforms within different tabs of the main form, so when I load the main form, the subforms in the tabs...
  4. S

    Multiple Filters on form load

    helloy guys, please help... i know this is simple but i tried a few things but nothing works. i want to load a form with two or up to 4 filters. with one im okay but adding another filter i don't know how to do that. here's the code Me.Filter = "Department = 'East'" Me.FilterOn = True that's...
  5. S

    button to open subform in datasheet view within a tab

    I have six tabs in my main form, I would like to have a button in each tabs that will open a subform within that tab, and in datasheet view. the problem is :confused: how to open it in data sheet view when I click that button? I changed that forms properties to default display-"datasheet" but...
  6. S

    change text box font color when another text box is not empty

    can this be done on the conditional formatting? how? thank you...
  7. S

    hello

    hello hello hello :)
Top Bottom