I am a beginner in access
I was making a database for work. I need to make a query to bring out information from two separate data fields.
My table is as such
Surname; First name; Date1; time 1; (date defect was noticed);date 2 Time 2 (date defect was noticed);
for example a defect can be found maybe on a specific date and time or between different times and dates. or between different times on the same date.
My query should produce any defects on a specific date for example Date1 Time 1 Date2 Time 2
24/12/09 12.30 4/1/10 15.00
26/12/09 15.00
22/12/09 16.00 6/1/10 09.00
If my parameter is 26/12/09 all three rows must show in my query. is this possible? can someone please help me on how to do it. Thanks
I was making a database for work. I need to make a query to bring out information from two separate data fields.
My table is as such
Surname; First name; Date1; time 1; (date defect was noticed);date 2 Time 2 (date defect was noticed);
for example a defect can be found maybe on a specific date and time or between different times and dates. or between different times on the same date.
My query should produce any defects on a specific date for example Date1 Time 1 Date2 Time 2
24/12/09 12.30 4/1/10 15.00
26/12/09 15.00
22/12/09 16.00 6/1/10 09.00
If my parameter is 26/12/09 all three rows must show in my query. is this possible? can someone please help me on how to do it. Thanks
Comment