Results 1 to 2 of 2

Thread: automatic column creation

  1. #1
    Join Date
    Nov 2005
    Posts
    1

    automatic column creation

    I am making a schools database that will also be an electronic registration system. I was wondering if there is anyway I can specify a perid between two dates and then access automatically create the columns between those dates for me.

  2. #2
    Join Date
    Jan 2003
    Location
    UK
    Posts
    277
    when you say create those columns do you mean in a report/table/query ?

    do you have a single date (you can use BETWEEN method)

    or a start and end date (WHERE clause in query)

    it may be wise to expand on what you are trying to achieve a bit more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •