Search results

  1. K

    Date format changed to text after query. Why?

    Thanks. Will give it a try.
  2. K

    Date format changed to text after query. Why?

    Now I get it. =) Further to that, instead of using format(), format$ functions which turn the data into text representation, what function could be used in order to retain the date format? Is there a site that I could learn about these functions and how to use them?
  3. K

    Date format changed to text after query. Why?

    If you don't mind me asking, what are strings? There are actually some format$ functions used. How does format$(), format(), date$ used? The query was created using wizard and I'm not familar with these.
  4. K

    Date format changed to text after query. Why?

    I have a query which sums up certain fields by months (values and quantity fields). The query was created via access wizard. I need the output of the query to draw a graph via Excel by using "Get External Data" function (I got tonnes of problem with access drawing graphs). The query somehow...
  5. K

    Querying for alphabetic characters

    How about using Like "*[a-z]*" in the criteria row within query? That should fix it.
  6. K

    Date Sort

    Thanks. Got it!
  7. K

    Date Sort

    care to elaborate further? how can i rectify it?
  8. K

    Date Sort

    Aaaarrrrggggghhhhh - Date Sort SOS! I'm trying to sort a date in a query but it's being sorted alphabetically instead. The query is linked to an excel file via a table. In the excel file, the cell format is set as date format but once I grouped the table by month (via query), it's converted to...
Back
Top Bottom