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: wm2005
  • Content: Threads
  • Order by date
  1. wm2005

    Location of relationships

    I have two backend database MDB's on a network being accessed by multiple MDE frontend applications. The data in the two backend MDB's relate to each other. So I have had to setup the relationships in the frontend app. But of course the tables linked from the two different databases wont...
  2. wm2005

    Locking hidden listview columns

    Does anyone have a clever idea on how to easily lock a listview column? Obviously setting its width to 0 will hide it, but still allow the user to resize and see its contents. Any help most appreciated. Will
  3. wm2005

    Use Transaction Property

    Afternoon all... Does anyone have any 'best practices' they would like to share in terms of using action queries? In other words, when should you, and should you not wrap your query in a transaction by setting this property? Will
  4. wm2005

    A hypothetical question...

    In a multi-user file-server split access database, is it better to store the queries on the frontend or the shared backend, and why? WM
  5. wm2005

    ListBox Headings Nightmare!

    Please please help me, Im banging my head against the wall on this... I want to use the MSForms (version 2) ListBox control, on a form, but I cant set the headings via code. I can only populate the rows. I add a row thus: Me.lstTest.AddItem "Hello" And turn on headings...
  6. wm2005

    How do I use MS Chart?

    I have added an explicit reference to "Microsoft Office Chart 9.0", although the control doesnt appear in the toolbox in design view, I can browse the ActiveX controls and add one to the page. However I cant access its properties via code its just coming up as an active x object woth generic...
  7. wm2005

    Query location

    Hi. Can anyone give some technical insight into the comparison of running queries from a back-end mdb (in a file-server situation) with the same queries on the frontend (using linked tables). The reason I ask is that running queries on the BE is not an approach I have seen used, but initial...

Part and Inventory Search

Back
Top