Recent content by ttutela

  1. T

    Report with multiple checkbox criteria

    I need to create a report based on a query which gets input from checkboxes on a form. If user can check multiple checkboxes for 1 field I know I need to build and SQL statement using "or" depending on how many are selected. Is there a way on a form to join together multiple checkboxes into...
  2. T

    Create query with checkbox in result

    I am trying to create a form using VBA which will be a list of people, in a particular group, with a checkbox next to each name. The point of the form is so that the user can check those individuals who shoud not be included in a particular process. The names are the result of a query and the...
  3. T

    Importing from Excel

    I don't think that's the problem. I want to create a new table each time since each spreadsheet I'm importing has different fields.
  4. T

    Importing from Excel

    I have read previous threads, but am still having trouble importing from Excel. I can successfully import the spreadsheet, but then when I try to do something to that table, I get an error "Microsoft Jet Base Engine can not find input table or query 'tblOpisImport" when I try to Set rstimport...
  5. T

    Form with subform

    I have a form with a subform. I want to be able to page down to new records from the form, but also enter through each field on the form and the subform and then, hitting enter, go on to the next record on the main form. I open the form using: DoCmd.OpenForm "Payment Data Entry-1grp1Location"...
Back
Top Bottom