Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NETHROW

    date plus 365

    my db is for equipment certification. I'm trying to figure out how to do the following: I have a date field when employees are certified on equipment. I want to create a variable date field for when their certification expires. 1 year (365 days) after the initial certification date. ie Cert date...
  2. NETHROW

    multiple choice answers

    How do I generate a report that will display all 3 colums with results using a combo box? I only get the option of placing results in one of the colums?
  3. NETHROW

    multiple choice answers

    I'm trying to set up a db for employee counseling that will have multiple choices for a field. example data field answer Work Attitude Below Average Above Gets along with peers Below Average Above Professionalism Below Average...
  4. NETHROW

    multiple option fields or multiple yes/no fields

    I'm trying to set up a db for employee counseling that will have multiple choices for a field. example data field answer Work Attitude Below Average Above Gets along with peers Below Average Above Professionalism Below Average...
  5. NETHROW

    How do I remove blank lines from reports?

    I have a report that has two groups in it. I'm trying to get a report that will only print the total for a curency field for each group. The problem that I have is that if a group only has one record in it, they print one group after the other. If there is more than one record, blank lines are...
  6. NETHROW

    PERFORM QUERY USING A DATE FIELD

    Thanks for the input everyone, someone has suggested a solution that works fine and I thought you may want to see it. In the criteria box, for your date in the query, type Between [Enter 1st date] and [Enter last date] or Between #1/1/02# and #12/02/02#
  7. NETHROW

    REMOVING BLANK LINES FOR RECORDS

    I have a report that has two groups in it. I' trying to get a report that will only print the total for a curency field for each group. The problem that I have is that if a group only has one record in it, they print one group after the other. ti there is more than one record, blank lines are...
  8. NETHROW

    PERFORM QUERY USING A DATE FIELD

    I'M TRYING TO PERFORM A QUERY ON A (SHORT)DATE FIELD WITH AN INPUT MASK OF 99/99/0000;0;_. THIS IS WHAT I HAVE IN THE DATE FIELD AS CRITERIA >&quot;«Expr»&quot;=#12/1/2002# And <=#12/5/2002# I GET A DATA TYPE MISMATCH IN CRITERIA EXPRESSION ERROR HOW DO I PERFORM A QUERY USING A SHORT DATE...
  9. NETHROW

    QUERY USING DATES

    THE QUERY IS PERFORMED IN A STANDARD QUERY USING THE SYSTEM DEFINED SHORT DATE. I AM ENTERING THE INFO IN THE CRITERIA SECTION OF THE DATE FIELD. THANKS, NETHROW
  10. NETHROW

    QUERY USING DATES

    I'M TRYING TO PERFORM A QUERY ON A (SHORT)DATE FIELD WITH AN INPUT MASK OF 99/99/0000;0;_. THIS IS WHAT I HAVE IN THE DATE FIELD AS CRITERIA >&quot;«Expr»&quot;=#12/1/2002# And <=#12/5/2002# I GET A DATA TYPE MISMATCH IN CRITERIA EXPRESSION ERROR HOW DO I PERFORM A QUERY USING A SHORT DATE...
  11. NETHROW

    Counting Check Boxes in a query

    My table has several check boxes in it. In the query totals I have COUNT as my operator but it counts every record in my table, How do i get it to only count Boxes that are checked?
  12. NETHROW

    sum the total of check boxes

    I'm new to access so please reply in detail. My data base is setup with several check boxes. How do I sum the values of these check boxes and display only the totals in a report? Can this be done without using a pivot table? Thanks, Nethrow

Part and Inventory Search

Back
Top