Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Broccoli2
  • Content: Threads
  • Order by date
  1. Broccoli2

    New MyODBC 3.51 and charsets

    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...
  2. Broccoli2

    Editable Combo box?

    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...
  3. Broccoli2

    Exposing forms to code in library database

    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...
  4. Broccoli2

    CONCAT strings from multiple rows in one SELECT

    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 | +------------------+...
  5. Broccoli2

    Open Form Instance as a Modal Form

    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...

Part and Inventory Search

Back
Top