Hi people,
I am attempting to display my company's internal meetings on the hompage of our intranet. I only want to display the meetings for this week.
I have created a number of table in Access. meeting, week_comm, week_end
The table are designed as follows
meeting Date Type
meeting ID autonumber
meeting_title text
weekday Number
meeting_time Number
week_comm Date/time
week_end Date/time
meeting_room text
The table receives the data from an input form, fields weekday and meeting_time are IDs from seperate tables.
week_comm and week_end have only two fields the ID and actual lists of dates of mondays from now until the new year.
On the home page I managed to get the data displayed ordered by day of the week and by time. However the bit that is continually stumping me is how to only display the records for the meetings which have the correct week commencing. I think I am running in circles re date formats and data type mismatches.
Does anybody have a quick or indeed slow fix for this or a place I might look for inspiration.
I am on the verge of madness.
Red
I am attempting to display my company's internal meetings on the hompage of our intranet. I only want to display the meetings for this week.
I have created a number of table in Access. meeting, week_comm, week_end
The table are designed as follows
meeting Date Type
meeting ID autonumber
meeting_title text
weekday Number
meeting_time Number
week_comm Date/time
week_end Date/time
meeting_room text
The table receives the data from an input form, fields weekday and meeting_time are IDs from seperate tables.
week_comm and week_end have only two fields the ID and actual lists of dates of mondays from now until the new year.
On the home page I managed to get the data displayed ordered by day of the week and by time. However the bit that is continually stumping me is how to only display the records for the meetings which have the correct week commencing. I think I am running in circles re date formats and data type mismatches.
Does anybody have a quick or indeed slow fix for this or a place I might look for inspiration.
I am on the verge of madness.
Red