Recent content by STGE

  1. S

    Show only selected values from listbox on form (listbox from a table)

    Hi I have a form where I want to show all the selected values from a listbox bound to a query. I have one table (tListboxValues) containing the values of the listbox with the fields ID and Values I have another table (tVendors) in which there is a multiselect listbox linked to the the...
  2. S

    Generate a Table of Contents for a report

    Solved Problem solved!! At last I found a solution that works, but if any of you have better ideas the please let me know!! I will post my code here if any of you need it: 1. In the form that has to print the report I have this button that runs the function ChoosePrinter() Private...
  3. S

    Generate a Table of Contents for a report

    Hi again Yes I'm familliar with VBA but still cant get it to work. When opening a report through VBA the report is not run through and the TOC can therefore not be generated. Here is where I am now: The table t_TOC which contains the table of contents that is generated when the report is...
  4. S

    Generate a Table of Contents for a report

    I have a report on my MS Access application which I would like to create a Table Of Content for. The problem is that MS Access cant do this automatically. The solution I'm working with now is to create a table that stores the Headings and Page numbers when a Header is printed in the report...
  5. S

    Convert string to object ??

    Brilliant! Just what I needed! Thank you very much and have a nice weekend!
  6. S

    Convert string to object ??

    Hi Im working on an MS Access database that has several forms each containing several comboboxes. My problem is that I want to make my database more dynamic so I dont have to change a lot of code each time a new form is added. To use the forms you set up a lot of comboboxes and press a...
Back
Top Bottom