Search results

  1. L

    Reports by Input Date

    I have one report that houses 6 sub reports. What I would like to do is have it prompt for, or accept date input from a form and filter that input to all of the sub reports. I can get it to prompt, that's not the issue. What I want it to do is have 2 sub reports show for the day before the...
  2. L

    Right-click menu problems

    I have a macro that I have written that creates a simple right click menu on my reports in Access 07. I have added the correct entries into the reports and the menu shows up just fine when I open the database holding shift and run the report that way. However, when I just double click the db...
  3. L

    Table viewable from one db, but not another?

    I have 2 separate databases built in Access, both of which have an ODBC link to a table on a SQL server. In the first db, everything is fine. All of the information that my users need pops up, and when I open it (at their desks) holding shift, all of the tables are accessible. In my second...
  4. L

    Calculation based on conditions

    I have a report that is generated via a form, and based on certain conditions, I want 2 text boxes to either have data in them, or be blank, but the data that will be in them must have a specific format if I can do it. The first box I got easily using an IIf statement to check the form and...
  5. L

    Using a checkbox to update a field

    I have a form designed, and so far everything is working perfectly, except for being able to update the checkboxes from whatever state they were in to begin with. When I click on a checkbox, I want it to update a certain field in the table with an x if it's True, or nothing if it's False...
Back
Top Bottom