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 Mike Lewis 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: *

  1. insanevbr

    Binding a DataSet to a DataRepeater Ctl

    Hi, Does anyone know if I create a bound DataRepeater Ctl using a DataSet? Will this mimic an bound table, but without the overhead? Thanks in advance, Insane
  2. insanevbr

    Filling textbox on Form1 with combobox text from Form2

    Hi, I am trying to populate information selected from a combobox on frmTradeListing to a textbox on frmTradeSummary. When I select the combobox it closes frmTradeListing but then the text doesn't transfer to the textbox on frmTradeSummary. Here is a sample of the code: Private Sub...
  3. insanevbr

    What is equivalent to Access subform control in VB?

    Hi All, What is the equivalent control in VB for an MS Access subform control? Thanks
  4. insanevbr

    Utility to migrate MS Access Forms to VB Forms

    Does anyone know of a utility to migrate MS Access Forms to VB. There used to be one for migration of MS Access 7 to VB 4.0. Is there one for 97 or 2k to VB 6? Thanks
  5. insanevbr

    Convert MS Access Forms to Visual Basic

    I once read an article about a utility that would convert MS ACCESS based forms to Visual Basic Forms. I think it was a migration utility. Has anyone heard of this? Thanks, [morning]
  6. insanevbr

    Issues with MS Access 2k db as Enterprise Database

    OK, that leaves me right where I still am. I KNOW that it doesn't work and I have to use an alternative approach. I could probably use the MDB and secure it, but there is always a bypass if a person knows even rudimentary VBA and has a book. This is an Enterprise MRP application and the...
  7. insanevbr

    Issues with MS Access 2k db as Enterprise Database

    JeremyNYC: Thats just it, the code is solid. I have used both ADO and DAO with the same results. It runs without defect as an MDB, then when I compile into MDE and install, it blows out on ANY Save, Update or Populate event or function. I should also include that I am calling it through a...
  8. insanevbr

    Issues with MS Access 2k db as Enterprise Database

    I am having a problem with an MS Access .mde returning an error stating 'OLE Object Error' when I am attempting to return and update a value from an MS Access mdb table on the Server. This is driving me mad because I can't trap the error in the mdb because it occurs only after compile to...

Part and Inventory Search

Back
Top