this is mostly a question to those of you with plenty of experience.
I have a form with a listbox(listbox2) that is populated based on single or multi select items from another listbox(listbox1).
It seems the thought online is the build a UDF, creating a table parssing the values into a...
I am having a bit of difficulty converting a date field into a char (8) within a access project. I can make the conversion work and the field populates within the table, however in format mmddyyyy if the month is January thru Sep the record will drop the first zero in the string.
I use...
The code for my program is as follows :
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long)...
The code for my program is as follows :
Private Sub cmdAgree_Click()
MsgBox "Thank you, have fun, and please call us with any questions"
Dim ret As Long
ret = ShellExecute(0&, vbNullString, "\cdcatalogue\index.htm", vbNullString, vbNullString, vbNormal)
End
End Sub...
The code for my program is as follows :
Private Sub cmdAgree_Click()
MsgBox "Thank you, have fun, and please call us with any questions"
Dim ret As Long
ret = ShellExecute(0&, vbNullString, "\cdcatalogue\index.htm", vbNullString, vbNullString, vbNormal)
End
End Sub...
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.