Hi,
I have a table in MS Access containing a list of Business Objects report files. The table contains a FileName field and an SQL field.
FileName is stored in text and SQL is stored in a memo field (owing to the length of some of the SQL statements).
It seems we have numerous copies of the same file in some instances and I want to flag any duplicates. I believe the best way to do this is to look for duplicates based on FileName and the SQL statement, to avoid incorrectly flagging duplicates on FileName alone.
My problem is that this will require writing a query that either uses a WHERE or GROUP BY clause on the memo field and this doesn't work properly. :-(
Does anyone have any solutions to this?
Many thanks,
Ed Metcalfe.
Please do not feed the trolls.....
I have a table in MS Access containing a list of Business Objects report files. The table contains a FileName field and an SQL field.
FileName is stored in text and SQL is stored in a memo field (owing to the length of some of the SQL statements).
It seems we have numerous copies of the same file in some instances and I want to flag any duplicates. I believe the best way to do this is to look for duplicates based on FileName and the SQL statement, to avoid incorrectly flagging duplicates on FileName alone.
My problem is that this will require writing a query that either uses a WHERE or GROUP BY clause on the memo field and this doesn't work properly. :-(
Does anyone have any solutions to this?
Many thanks,
Ed Metcalfe.
Please do not feed the trolls.....