Search results

  1. T

    Setting Read Only Privlages for Users

    Another thing I'm trying to do which has gotten me very confused... I gave you a link to see what my program looks like... on that picture you can see there is a second tab called "reports". ON this page I want to do a search box which search all records in all 3 of my tables for the criteria...
  2. T

    Setting Read Only Privlages for Users

    Hrm......... Same error message different Line. FIRST: I went ahead and took your advice and I renamed the txtUsername Combo box to cboUsername So after i try to switch to DesignView withouth having logged in at all i get the same error as before "The expression you entered refers to an object...
  3. T

    Setting Read Only Privlages for Users

    Wow huge help! Thanks for you're on-going efforts to assist me in this project. I'd like to ask a few more questions of advice if you don't mind. There are a few things I've done which are being counteractive in what I want my end goal to be. First the Login Form. Its nothing special it...
  4. T

    Setting Read Only Privlages for Users

    Hey, Also I'm having another problem on a different function. I wrote a simple search button function which uses an unassigned text box and a 2 CMD buttons to search the filtered records on the form for a specific record. It searches any and all of the fields. The search works Kinda...
  5. T

    Setting Read Only Privlages for Users

    Wow Perfect answer! That was exactly what I was looking to see! So you're saying that when I press the Login button I set a Public variable to 1. So when the Program is closed does this value become = NULL automatically until someone logs in again? Because that is great! I can really use...
  6. T

    Prefilled fields preventing filter from working?

    Oh ok, so it sounds like you want to take the values of the fields in "Group Number" and "Group Name" on that Main Form and when you click on a button it populates these 2 same fields on the NEW form using the information on the previous form. Am I correct? So now you're looking for the VB...
  7. T

    Prefilled fields preventing filter from working?

    I'm a bit confused on your problem, it sounds to me like you have one main form with some sort of a configuration to look at records in a table, then when you press a button, the record being viewed will open up in a new Pop-up type form? Then in this new pop-up form there are 2 controls like...
  8. T

    Setting Read Only Privlages for Users

    Hi Guys, I've read many posts here which have helped me tremendously but this is my first time using the forums. I've created a DB program in Access 2007. I built the program to manage my companies inventory as we have dragged on forever trying to do this without every making any headway...
Back
Top Bottom