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...
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.