Hi thegaetc
1. you define qrysql as a STRING, and you fill it with a STRING; what is in qrysql after testtest is simply the string you put in it !!!
2. I only can tell you how I would do this in Access for instance.
The Recordsource for the form is the query:
SELECT Max([Tabel1]![YMDPAID]) AS...
I need to have a Word-like marker in a RichText box...
I know of course how to set the color of selected text itself; but I don't see how to really highlight that selected text.
When I highlight text in Word (with the highlight tool), and then copy and paste the whole text into a RichText box...
I need to have a Word-like marker in a RichText box...
I know of course how to set the color of selected text itself; but I don't see how to really highlight that selected text.
When I highlight text in Word (with the highlight tool), and then copy and paste the whole text into a RichText box...
I know how to programmatically (VB/VBA) create a System DSN for Pervasive 6, using
Private Declare Function SQLConfigDataSource Lib "ODBCCP32.DLL" (ByVal _
hwndParent As Long, ByVal fRequest As Long, ByVal _
lpszDriver As String, ByVal lpszAttributes As String) As Long
But this...
I know how to programmatically (VB/VBA) create a System DSN for Pervasive 6, using
Private Declare Function SQLConfigDataSource Lib "ODBCCP32.DLL" (ByVal _
hwndParent As Long, ByVal fRequest As Long, ByVal _
lpszDriver As String, ByVal lpszAttributes As String) As Long
But this...
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.