Search results

  1. S

    Appearing check box!

    Thank You! The code worked well. ~Amelia :D
  2. S

    Appearing check box!

    I have a form with a drop down menu. If the user selects "school" from the drop down menu I would like for a check box to appear. Thanks for any help you can give me! :D ~Amelia
  3. S

    Counting Record Sets

    Hi All - I would like to create a report that showed me the number of records in a given query. I do not want to list the record set that is a result of the query. For example I have a query that shows me all the projects that were completed in a given state. Now I want a report that shows...
  4. S

    Help Counting

    Hi All - I have a database that keeps track of project we are working on. There are 5 categories a project can be in, the projects are in 12 different parishes, and controlled by 3 different project mangers. I would like a form or report that told me the number of project in each category that...
  5. S

    Calculation in a table

    Hi all - I have a table that is keeping track of projects we are working on. There is a field with the overall cost of the project and a field with the percent paid. I would like a field that calculates that amount still owed. Is this possible? Thanks! Amelia
  6. S

    Month to Date

    This worked exactly as I wanted! Thanks so much! :D
  7. S

    Month to Date

    Hello - I have a database which keeps track of the projects we do. As we complete the projects we change the status to complete and list a completion date. I now need to create a query that will show me all the projects complete in the current month. I tried using >=DateAdd("m",-1,Date()) but...
  8. S

    Button that will do two things?

    Thanks! That worked perfect!
  9. S

    Multiple Inputs for a Query

    I have a form that has three different pull down menus. When I click a button on the form it opens a second form that is filtered by a query. In order to allow the user to leave a pull down menu blank the query has 6 different columns. Three are headed with the field name and three are headed...
  10. S

    Button that will do two things?

    I have a report that has a button. When the button is pushed a second report opens. After the second report opens I want the first report to close without any other user input. Thanks!
Back
Top Bottom