I don't have an answer for you but I'm interested in your thread. I'm working at a outlook type of design for an appllication and was hoping to emulate the toolbar design which has command buttons with icons and tex.
Did you use Visual Studio Installer or Package and Deployment?
If you are having problems with controls I would recommend downloading service pack 5. I had some similar problems and they were resolved after service pack 5.
If you have service pack 5 and are still having problems I would...
You have three options.
You can use the data report feature included in vb6. There are some limitations but overall it is okay.
You can use access reports from vb. Although that would mean you are using access as you database.
You can use something like crystal report. If you have very...
Unfortunately - I don't use the data enviroment when I'm doing data report. I usually get the input and place into a sql statement and then open up the report. If you want to do this I can try to help you with that. Hope it works out for you.
spidey
Try this:
"SELECT * FROM Table WHERE field = '" _
& adhHandleQuotes(Variable, "'")
Here are the functions that go with it.
Function adhHandleQuotes(ByVal varValue As Variant, ByVal strDelimiter As String) As Variant
' Replace all instances of...
I would suggest trying to type the sql statement all on one line. Also before the command is execute place a msgbox sqlFind.
Sometimes there are spaces or errors that you can pick up by doing this.
Also what is the definition in the Table design on you access statement set to. Is the student...
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.