Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Bkenney228

    Is there a way to make changes to a table being used by an open form?

    I am trying to update a table (via a make table query) that is being used as the record source on an open form. Is it possible to update / change the data in a table that is currently being accessed by a form? Thanks
  2. Bkenney228

    Query question

    Here is my problem, I hope someone out there can help... I have a table with a list of assignments, and a table with a list of resources. Each assignment in my table will have at least 2 resources assigned. I am trying to build a query that will display the assignment and the assigned...
  3. Bkenney228

    getting an error on dlookup...

    strUser = FindUserName() FindUserID = DLookup("TechID", "TechTbl", " TechEmpID ='" & strUser & "'") End Function this is the point where I am getting the error. I have a feeling it has to do with the DLL that is associated wtih dlookup, but I cant be sure.
  4. Bkenney228

    getting an error on dlookup...

    I wanted to see if someone could give me some direction. I am getting an error in my code when I open my form. the error occurs on a dlookup command. I downgraded the DB from XP to 97 for a fellow employee who does not have XP yet. The DB works great for me in XP, but for some reason it will...
  5. Bkenney228

    Need help securing an object.

    Currently that is how it's setup. I should have been clearer on what I was looking to do. Here's a better description: As of right now, when a pass is generated, it is stored and is viewable. It is password locked, you double click on the field and enter a password and you can then view the...
  6. Bkenney228

    Help!!! having problems securing a password generator in my DB.

    I have a password generator in my DB. It generates a unique pass. As of right now, when a pass is generated, it is stored and is viewable. I want to make it so that it will generate a password and then lock. If the person forgets the pass I have given them a new one must be generated. no...
  7. Bkenney228

    Need help securing an object.

    I have a password field in my DB that auto generates a password. I would like to be able to generate a new password, but not to be able to view the current. Is this possible and how would one go about doing this?

Part and Inventory Search

Back
Top