Search results

  1. E

    Drop tables by date

    I'd like to know if there exists a query to erase/drop tables from an access table (on a asp script) older than X creation date. Thanks!
  2. E

    Counting problem

    Hi there, I'm having some trouble with the counting function. I've a table with the following fields: Section_title Subsection_title Each subsection is asociated with a section. What I need is an script that displays all that information and also counts how many of each sections are...
  3. E

    Sort by month

    it's a similar language as php (dynamic pages, programmed) but made by microsoft (where you use vbscript).
  4. E

    Sort by month

    The problem is that I'd need to display this on an asp page. With a query can you bring every registry or information from a report?
  5. E

    Creating temporary tables

    Thanks... I'll create and errase tables... It's easier.
  6. E

    Creating temporary tables

    That would be like.... :rolleyes:
  7. E

    DELETE TABLE Query?

    I think that what I needed was "DROP TABLE xxx". I've now, thanks then!
  8. E

    Sort by month

    I've a similar doubt I've different records about logins from different users on a same table. What I want to do is to sort by user and list the quantity of logins per month (from that user). I mean, discriminate the quantity of records of X month, listing them per month. For example. User A...
  9. E

    DELETE TABLE Query?

    Does it exist a way to eliminate tables with a query?
  10. E

    Creating temporary tables

    Is there any way to create a tmeporary table? I mean, just when the user is in the system (I'm working with access/asp) the table is created and when the user log out it's deleted.
Back
Top Bottom