Access dates help please!

  • Thread starter Thread starter gjoneshtfc
  • Start date Start date
G

gjoneshtfc

Hello

I am trying to set up a database that will be used for booking computer
courses. I have a table with all the courses in and the course length
(each course runs for a different number of weeks).

What i would like to have is a form where i select the course the
student wants, and the week they want to start. I then want a list
creating with the sessions available for the course. Sounds a simple
idea but i have no idea of how to do it! With the courses running for
different weeks the list will have to be created after checking every
session for the number of weeks the course runs and then only returns
sessions that can fit the course in every week.

We will get to that bit later though... at this moment i am wanting to
know the easiest way to create a "week commencing" table. The only way
i know is to type every monday date into a table. Not something i want
to do as this database will be used for years!

Can anyone suggest a quick way of generating this table please?!

Thanks for your help,
Kind regards, Gareth Jones
 
Hello

I am trying to set up a database that will be used for booking
computer courses. I have a table with all the courses in and the
course length (each course runs for a different number of weeks).

What i would like to have is a form where i select the course the
student wants, and the week they want to start. I then want a list
creating with the sessions available for the course. Sounds a simple
idea but i have no idea of how to do it! With the courses running for
different weeks the list will have to be created after checking every
session for the number of weeks the course runs and then only returns
sessions that can fit the course in every week.

We will get to that bit later though... at this moment i am wanting to
know the easiest way to create a "week commencing" table. The only way
i know is to type every monday date into a table. Not something i want
to do as this database will be used for years!

Can anyone suggest a quick way of generating this table please?!

Thanks for your help,
Kind regards, Gareth Jones

Hint: Using the format "dddd" will return the day of the week eg.
Monday
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Database for a Testing Center - Tracking dates 1
How to Create Tables Automatically? 1
Access Form Refresh 1
Please help 31
Repetitive data entry 1
Link Froms 2
Setting up tables properly 1
Please Help a School do a database 1

Back
Top