P phillbaker Registered User. Local time Today, 15:08 Joined Jun 29, 2008 Messages 45 Oct 10, 2008 #1 i have a query and i want it to not show the results if the dates are the same in two columns.
P PaulJR Registered User. Local time Today, 15:08 Joined Jun 16, 2008 Messages 133 Oct 10, 2008 #2 How about this: Create a duplicates query on the date. Then create an unmatched query and join the date in your table to the date in your duplicate query.
How about this: Create a duplicates query on the date. Then create an unmatched query and join the date in your table to the date in your duplicate query.
P PaulJR Registered User. Local time Today, 15:08 Joined Jun 16, 2008 Messages 133 Oct 10, 2008 #3 opps sorry my mistake, I failed to see you said 2 different columns, try this: 1) Create a query and insert the same table in twice. 2) Join the 2 different dates from each table. 3) Select 'Totals' and save the query as DuplicateDates. 4) Then create a new 'Unmatched Query' to compare one of the dates in your table to the date in your DuplicateDates query.
opps sorry my mistake, I failed to see you said 2 different columns, try this: 1) Create a query and insert the same table in twice. 2) Join the 2 different dates from each table. 3) Select 'Totals' and save the query as DuplicateDates. 4) Then create a new 'Unmatched Query' to compare one of the dates in your table to the date in your DuplicateDates query.
Brianwarnock Retired Local time Today, 15:08 Joined Jun 2, 2003 Messages 12,701 Oct 10, 2008 #4 phillbaker said: i have a query and i want it to not show the results if the dates are the same in two columns. Click to expand... Do you mean two columns in the same row? If so Where daterow1<>daterow2 Brian
phillbaker said: i have a query and i want it to not show the results if the dates are the same in two columns. Click to expand... Do you mean two columns in the same row? If so Where daterow1<>daterow2 Brian