Search results

  1. A

    Create Template from a Form

    Hello, it has been a while since I have posted. Anyway here goes... Is there a way to save a form as a template and then apply that form to different tables? I run into the issue having multiple tables that I need to interface with the same form. Any recommendations? Thank you for reading.
  2. A

    Combine Queries

    Is there a way to combine queries? Or combine two charts into one? Thanks.
  3. A

    Query based on String value in list

    Hello again. I have a drop-down list that contains string values. Is it possible to construct a query that will sum the total number of times that the string value is selected? For example, String Value Sum ================ Chicken 3 Beef...
  4. A

    Store IIf results in a Graph/Chart

    Here is what I have: A report based upon a table with the following values: 1 Table Employees Columns: Name, Score, Recommendation1, Recommendation2, Recommendation3 I also have unbound text fields in the report which contain the following in the control source...
  5. A

    Access 2007 Charts

    Hello again. I have a simple query with the following results: Above 4 Average 10 Below 5 Whenever I try to insert/add a chart (whether it be a bar, line , pie...etc), the chart does not display correctly. Instead of seeing my values, I see...
  6. A

    Running Totals Based Upon String Value

    Hello. I have a report that I would like to auto-calculate the total number of instances in which a string value is selected. I have the following string values available from a drop-down list: Below Average Above I would like the report to have the total number of of Below(s), Average(s)...
  7. A

    AfterUpdate...I Think...

    Hello. Here is my situation: 1 Table Employees Columns: Name, Score, Recommendation1, Recommendation2, Recommendation3 1 Form On the form, I have drop down box that enables the end-user to select a score (1,2,3). The recommendation fields in the Employees table are pre-populated with...
Back
Top Bottom