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 Shaun E 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. garethedmondson

    Access Password Code

    Hi Guys, I have worked on a piece of code which is called when a button is pressed. The code is below: Public Function GetPassword(ByVal UserName As String) As String On Error GoTo PasswordError Dim strSQL As String Dim rs As Recordset strSQL = "SELECT password FROM tbl_users...
  2. garethedmondson

    Uploading Images into a Form

    I wonder if someone could help with uploading images into a form. I have a form, which contains 10 fields. One of these fields is there to store an image which I have downloaded from the Internet. I want to integrate a Browse button into my form which lets me search for an image. When I find...

Part and Inventory Search

Back
Top