Anyone got the new MyODBC up and running yet? I've been attempting to set up a linked table in MSAccess on a Win2K client to MySQL 3.23.38 on a separate Win2K server, but keep getting the bizarre '-7778' error. (Configuring and testing in 'ODBC data sources' is fine though).
The logs indicated...
In an HTML <FORM> I'm using a <SELECT></SELECT> to display a combo box. However, I'd like to be able to let the user input a value that's not in the list (much like a Microsoft editable combo box). I've had limited success with two overlapping layers (one with the select, the other with a...
I have a library database (included through references) which contains a number of reusable forms, class objects, and code modules, and a main database. How do I open a form in the library database with a subform from the main database? It seems Access form objects aren't 'exposed' enough for...
I'd like to be able to return a single cell containing a string formed from all the records in a table, ie
mysql> SELECT OrganisationName FROM t1;
+------------------+
| OrganisationName |
+------------------+
| this |
| that |
| the other |
+------------------+...
I am creating form instances in code, using
Set frm = New Form_frmBase
which creates frm as a hidden form. However, I want to then display this form as a modal form and suspend code until it is hidden or closed. Just doing
frm.Visible = True
doesn't work, despite frm.Modal = True...
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.