Search results

  1. M

    Generating controls on a form

    I posted a similiar post in the 'Forms' area and I hope I'm not 'cross-posting' but I just saw this area and thought the post would be just as relevant. I have a form that has a row of controls (checkboxes, textboxes, comboboxes, etc) for every 'driver' in a table (SalesDrivers). I'm actually...
  2. M

    Passing data to a report

    I need to generate/open a report from a form. In the code of the form I have a loop that generates the data I need to display. In other words, I already have all the data I need to display. I just need to figure out how to pass the data to the report. Any suggestions?
  3. M

    Adding controls dynamically

    I have a form that has several rows of controls (comboboxes, textboxes, checkboxes, etc) Each row is exactly the same. There is one row for every 'driver' in the 'SalesDrivers' Table. Instead of manually adding a row when we add a new driver I would like to form to dynamically create the form...
Back
Top Bottom