R
Robert
Request for assistance.
I need a query that brings two tables together. One
table has a precise date/time and the other has a range of
dates/times. I need to associate the one precise date and
time with those dates and times which fall within a window
say 1 hour each way from the precise time. I have a query
that does nearly all of this. all that remains is the
formula to match the precise date/time with the many
date/times. I believe that it should be in the query as a
field. But that just a thought.
Schedule.Date_Time (One of these matches)
Conference.Date_Time (Several of these)
Idea:
If Conference.Date_Time >= (Schedule.Date_Time - 60
Minutes) And Conference.Date <= (Schedule.Date_Time + 60
minutes)
Have no idea how to rep minutes. And if this is the right
idea or close where should it be placed.
I thank all who are willing to help me.
I also thank those who have helped me in the past.
Robert
I need a query that brings two tables together. One
table has a precise date/time and the other has a range of
dates/times. I need to associate the one precise date and
time with those dates and times which fall within a window
say 1 hour each way from the precise time. I have a query
that does nearly all of this. all that remains is the
formula to match the precise date/time with the many
date/times. I believe that it should be in the query as a
field. But that just a thought.
Schedule.Date_Time (One of these matches)
Conference.Date_Time (Several of these)
Idea:
If Conference.Date_Time >= (Schedule.Date_Time - 60
Minutes) And Conference.Date <= (Schedule.Date_Time + 60
minutes)
Have no idea how to rep minutes. And if this is the right
idea or close where should it be placed.
I thank all who are willing to help me.
I also thank those who have helped me in the past.
Robert