All,
I have been getting quite frustrated with this to be honest with you.
What I have at the minute:
1. Query:
It manipulates my data in two ways: with a [Please enter your FIRST and LAST name:] criteria, and with records with a date less than 1 month from today
2. Form:
The form runs off of the above query, it uses a text box / combo box for each part of data from the query.
The issue:
The issue is that I cannot filter further in the query as it is producing a very small set of data.
There is also an issue when the user types in their name that isn't on the query and is presented with a blank screen and no safe way to exit the GUI.
What I trying to achieve:
I am trying to achieve a form where the user can select their name from a drop down rather than having to type it in.
____
I have followed guides on the internet to no success. They have left me more confused than anything else. Any help would be appreciated.
Thanks
I have been getting quite frustrated with this to be honest with you.
What I have at the minute:
1. Query:
It manipulates my data in two ways: with a [Please enter your FIRST and LAST name:] criteria, and with records with a date less than 1 month from today
2. Form:
The form runs off of the above query, it uses a text box / combo box for each part of data from the query.
The issue:
The issue is that I cannot filter further in the query as it is producing a very small set of data.
There is also an issue when the user types in their name that isn't on the query and is presented with a blank screen and no safe way to exit the GUI.
What I trying to achieve:
I am trying to achieve a form where the user can select their name from a drop down rather than having to type it in.
____
I have followed guides on the internet to no success. They have left me more confused than anything else. Any help would be appreciated.
Thanks