Recent content by jon98548

  1. J

    Return the text before a comma

    I have a description field that starts with a basic name of an item followed by a comma and the more descriptive text. I would like to return everything before the comma and truncate the rest. I can do this in Excel with: =LEFT(A1,FIND(",",A1)-1) but Access doesn't recognize Find. Thanks...
  2. J

    Proper Date Format

    All you need to do is format the date you have. Do a simple query on that data. Make a new field called: NewDate: Format([OldDate],"ddmmmyyyy") That should do it.
  3. J

    Need to show items checked by month

    Thanks, Jerry and Rich. Here is what I ended up with. Jerry, I was missing that bit of code in the last line to force in the "empty" months. TRANSFORM First(qryMonthCount.Units) AS FirstOfUnits SELECT qryMonthCount.AssessmentYear, qryMonthCount.AssessYear, qryMonthCount.WorkUnits...
  4. J

    Need to show items checked by month

    Ok, I've given this a try, but I end up in the same dilemma. Months where nothing was done, don't come out in the query.
  5. J

    Need to show items checked by month

    Hi, all. I really don't know where to start with this. I have a database I use to check compliance with certain items. An auditor goes to a division and asks some questions, taken from the database, and enters a compliance level for that question. When the auditor enters a response to a...
  6. J

    Story

    fly his kite
  7. J

    Story

    was the newcomer
  8. J

    Story

    bright and fair.
  9. J

    Story

    said the old
  10. J

    Story

    when rubbing sticks
  11. J

    Story

    So they rubbed
  12. J

    Story

    tasted like candy
  13. J

    Story

    biscuits and gravy,
  14. J

    Story

    hanging fruit. Having (Just came across this!)
  15. J

    Newbie needs help

    Larry, look at the second post here by jfgambit. I think it might suit your needs. I'm also looking for another one I used once.Search form
Back
Top Bottom