Search results

  1. N

    Comment on Null Field

    Good Lord! Is that normal?
  2. N

    Comment on Null Field

    My query SQL was here and I learned something today.
  3. N

    Comment on Null Field

    The Date Field is SSEEndDate I would like the msg to say "In Prior to SSE"
  4. N

    Comment on Null Field

    My query is named ALLPersonnelQuery
  5. N

    Comment on Null Field

    Gina, I don't know what the SQL of the query is. I have the query open.
  6. N

    Comment on Null Field

    I'm trying to do this on a text box with a short date format.
  7. N

    Comment on Null Field

    And I put the text of my message between the quotes where you have "msg", right?
  8. N

    Comment on Null Field

    Dan, I'm not sure where to put the code.
  9. N

    Comment on Null Field

    Thanks Dan. I'll try it out.
  10. N

    Comment on Null Field

    I wasn't planning to. The reason is the same for all of them. I just don't want to have to explain to the auditor.
  11. N

    Comment on Null Field

    I have a field SSEEndDate I have some records in which this field is empty. What I would like to do is add a comment to explain why the field is empty on a report if possible. Click on it or move the mouse on it or whatever and the comment would show up. If this possible?
  12. N

    Conditional Format Date Field for Current Month

    Many thanks. Worked like a charm.
  13. N

    Conditional Format Date Field for Current Month

    I am trying to make the fields in the current month highlight if the date in that field is in the current month. It is to draw the managers' attention to those dates falling in the current month when they look at the report.
  14. N

    Conditional Format Date Field for Current Month

    I have a short date field 5/20/2014 I would like to set up a conditional format to format those fields in the current month. For example, this month is would format all fields with "5". Next month all fields with "6" In the month space. I can't seem to figure out the expression, I know...
  15. N

    Date to Day of the Week

    Thanks. Why not?
  16. N

    Date to Day of the Week

    Solved. Thanks. Expression>Assessment Date and change the format to ddd
  17. N

    Date to Day of the Week

    I have a date field in my table using short date (Assessment Date). I want to keep that and add a field in the table that converts that same date to a day of the week. I'm trying to use a calculated field in my table (AssessmentDay) and can't seem to get the expression right. Can somebody...
  18. N

    Date Add conditional Format <30 Days from Today

    That's it. Thanks!
  19. N

    Date Add conditional Format <30 Days from Today

    Thanks, This is the only condition. It's not formatting the column. I have some dates from 2012 (obviously more than 365 days) and it doesn't change the text or the background. I have the background set to normal, so I didn't make that mistake again.
  20. N

    Date Add conditional Format <30 Days from Today

    Thanks CJ. It puts them in automatically. This is cut and paste from the conditional formatting window: Value >DateAdd("d",365,Date())
Back
Top Bottom