Hi everyone
I have created a very simple database that aims to capture all the correspondence we receive and provide the correspondence to the team through a search form. I have a Mail Record Table & a Mail Record Form which are my main datasources. My thought is to create a separate search form that the rest of the team uses to search for any correspondence using a wide range of fields. The search form is called Mail Record Search Form. I have run the following criteria in the Mail Record Query but it is not bringing up all the records when I run the query. This query is linked to the Search Command Button.
Like [Forms]![Mail Record Search Form].[DateReceived] & "*"
After struggling with this, I then tried another criteria in the Mail Record Query1 which is linked to the Run Query Command.
Like "*" & [Forms]![Mail Record Search Form]![Subject] & "*"
It is still not working properly.
I ended up using filters linked to a combo box in the header of the Mail Record Form. This seems to be working well.
Can someone please assist me to make this database to work? In a summary I need it;
- for storing the record of correspondence
- Linking the published correspondence to the sharepoint link
- the end user to easily search for correspondence and retrieve it - Any suggestions on how best to achieve this are most welcome.
- For it to be published onto sharepoint for easy access by users
- In the long run to be able to task any actions to the officer responsible and them getting an email in regards to this action (This can be phase 2)
I have attached the database.
Thank you
Received & Send Mail Record1.accdb