I have a table which contains a memo field that holds a series of keywords seperated by a space, eg "egg apple orange", and I need a query that will count how many times a keyword appears in the records.
The database is a store of personal details and the field in question contains disability information of those involved. The query will be used to report how many of those with details stored are affected by different disabilities, but because one person can have multiple disabilities those fields with more than one are not included in the totals properly.
Can anyone help me?
The database is a store of personal details and the field in question contains disability information of those involved. The query will be used to report how many of those with details stored are affected by different disabilities, but because one person can have multiple disabilities those fields with more than one are not included in the totals properly.
Can anyone help me?