Mark_Hamilton
New member
- Local time
- Yesterday, 16:30
- Joined
- Jul 2, 2018
- Messages
- 2
Hi All,
I have three tables one with a field called Problem.[issue] which is a long text field (memo), in another other table is an unrelated field with a short text field, Department.[Responsible].
The last table contains a field with keywords and a field with the corresponding responsible department.
I wish to be able to search the Issue field as the user types, looking for keywords to filter an unbound subform displaying the responsible field.
The result in the subform should display various records that match a keyword found within the issue field for example:
In Issue field "The lights are not working in the office"
The subform should return "Maintenance" based on a keyword "Light"
Im looking for ideas as to how to achieve this as my access knowledge is fairly limited.
Many Thanks
I have three tables one with a field called Problem.[issue] which is a long text field (memo), in another other table is an unrelated field with a short text field, Department.[Responsible].
The last table contains a field with keywords and a field with the corresponding responsible department.
I wish to be able to search the Issue field as the user types, looking for keywords to filter an unbound subform displaying the responsible field.
The result in the subform should display various records that match a keyword found within the issue field for example:
In Issue field "The lights are not working in the office"
The subform should return "Maintenance" based on a keyword "Light"
Im looking for ideas as to how to achieve this as my access knowledge is fairly limited.
Many Thanks