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 Ben, Cheers mate. Got it and done it. Everything is now working. Best wishes Gareth Edmondson
  2. garethedmondson

    Access Password Code

    Hi Ben, Many thanks for the reply. However if I load Access and follow the Tools menu at the top, there is no option 'References' there. Am I missing something? I am using Access 2002 Cheers Gareth
  3. garethedmondson

    Linking Excel, Word, Powerpoint, etc.

    I have used an object from Office before - the file open dialogue box, however where do I get a list of what is available to use within Access? regards Gareth Edmondson
  4. 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...
  5. garethedmondson

    Uploading Images into a Form

    Hi Guys, I have managed to sort this out. I have managed to create a button which opens up the standard Office 'File Open' dialogue box. Through reading, I have defined which file types I can display (and the default). The user chooses an image, and it uploads into the required image box on...
  6. 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