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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cpaige

  1. cpaige

    Highlight Row

    Hi Guys, I'm looking for a way to highlight an entire row when it is selected. This would be when the form is the 'Continuous Forms' state. Does anybody have a solution? Thanks, Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire...
  2. cpaige

    Access Runtime Security Problems

    Hi, I'm trying to implement Access security and I'm not having very much luck. I have followed all the FAQs I could find on the subject and it still does not seem to work. When I open the MDB in the full version of Access 2000 I am prompted for a password, but when I open the MDB with Access...
  3. cpaige

    Coding GoToRecord on a subform?

    Hey guys, I have simliar a problem to this one. I want to have a new button on a sub form that when clicked will move form to a new record. When I use the 'DoCmd.GotoRecord' command it gives me the error '2489 object not open'. I have tried to set focus to the sub form ,but it does not work...
  4. cpaige

    Password Change Problem

    Well what do you know? You are correct. I thought that was the case until someone demonstrated it to me. I guess I didn't watch closely enough. I probably need more sleep at night. Either way. Thanks! You answered my question quite well. Clayton T. Paige claytonpaige@yahoo.ca...
  5. cpaige

    Password Change Problem

    Hi People, I wrote a Visual Basic program to change a users password for MS SQL 2000 Server. The server is currently using SQL security. The program changes the password fine, but it changed the password globally. I want the program to only change the password local to a specific...
  6. cpaige

    Generate 3 random letters

    No Prob Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure? and Why is he reading my disk drive?"
  7. cpaige

    Form Entry Cancel

    Thanks! That's exactly what I needed. Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure? and Why is he reading my disk drive?"
  8. cpaige

    Generate 3 random letters

    Here: '122-97=25 c = chr(CInt(rnd() * 25) + 97) That should do it Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure? and Why is he reading my disk drive?"
  9. cpaige

    Form Entry Cancel

    Hi Everyone, I want to make a form in Access using bound controls that would have save and cancel buttons. It seems that soon as an entry is made it is inserted into the database. I want to be able to press cancel and remove this new record. Does anyone know how to do this Thanks...
  10. cpaige

    Mixed Mode Authentication

    Thank you, you have been a great help Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure? and Why is he reading my disk drive?"
  11. cpaige

    Mixed Mode Authentication

    So, if I expire the Windows Login, the user could still connection via the SQL Authenication? Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure? and Why is he reading my disk drive?"
  12. cpaige

    Mixed Mode Authentication

    ok, But, when you have a Server set to Mixed Mode, does it Authenticate both at the same time? Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure? and Why is he reading my disk drive?"
  13. cpaige

    Mixed Mode Authentication

    Hi, I currently have a SQL 2000 Server that is setup as SQL Authentication. I have been reading about Mixed Mode authentication and wondering how exactly it worked. If the SQL 2000 Server is using SQL authentication , is it already using Mixed Mode? When using Mixed Mode does the server...
  14. cpaige

    Trusted Connection from VB

    Sorry, I meant to post this as a new message Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure? and Why is he reading my disk drive?"
  15. cpaige

    Trusted Connection from VB

    Hi, I currently have a SQL 2000 Server that is setup as SQL Authentication. I have been reading about Mixed Mode authentication and wondering how exactly it worked. If the SQL 2000 Server is using SQL authentication , is it already using Mixed Mode? When using Mixed Mode does the server...

Part and Inventory Search

Back
Top