Recent content by msmayhew

  1. M

    Adding controls dynamically

    I don't think I explained the situation well. Let me try again, I'll try to stay brief: As far as this issue goes, I have to tables: SalesDrivers and SalesDriversData. The sales drivers table just has two fields. DriverNumber and DriverName. The data table has an ID field (Primary Key)...
  2. M

    Generating controls on a form

    I'll try to stay brief: As far as this issue goes, I have to tables: SalesDrivers and SalesDriversData. The sales drivers table just has two fields. DriverNumber and DriverName. The data table has an ID field (Primary Key), Driver Number, PalletsIn, PalletsOut, CratesIn, CratesOut, etc...
  3. 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...
  4. 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?
  5. 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