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
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.