Peter,
The easiest way to see the drivers available is to put the ADO control on your form, go to tab 'Connection String' select build and the first screen that appears lists all OLE DB providers. You can do what you want with the information from there.
Chris
Cooleen,
I was watching this discussion as I have a simillar problem and ran into the same error. In my application I am populating a spreadsheet, though. Could you tell me what references you were missing? Maybe that was my problem too.
Thanks,
Chris
Cassandra if I was you I would use a Select case based on the input from the user. as long as the input is constant, then the select case could apply a value to a variable which you could then use in your calculation.
example
dim weightCoefficient as float
Private Sub comboBox_Change(Index As...
I am developing a small program which in the end requires the option to fax or e-mail an RTF document which is produced by the program. I want the e-mail and fax buttons to be able to open the default e-mail and/or fax program with the text from the RTF text box and the e-mail/fax number of the...
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.