Intro:
Hi all, this is my first post here and today is my first day attempting to build a database. I spent a long while doing searches for "search" and "Access 2010" only to later realize that the term must be Query and not Search. So, I don't have a great understanding of the terminology or the methods needed to adequately build a database. Even so, that hasn't stopped me from trying.
Context:
I have so far made 3 tables. One called "Advocates" which is a list of employees. Another called "Collection Fields" which is where new data is stored and collected from a form. And the last one is the "Switchboard Items" which contains the options on the switchboard.
I have one query that may not be necessary as I made it only to deal with the issue I am posting about here. It is called "Collection Fields Query" and only queries "First Name" Last Name" and "Client ID". This Query is utilized by one of my forms called "Search" which allows for searching of these three fields to bring up results (All that works as it should).
I have three forms. One called "DA Input Fields"- it is where a user can type in information in fields and save the data (by pushing a save button) to the "Collection Fields" Table. Another is called "Search" and it runs the "Collection Fields Query" I listed above and shows the results in a datasheet (again, I don't know the terms). And the last one is called "Switchboard".
I also have one report that I don't think has any bearing on my question.
Question:
I am sure this is answered somewhere but again, I don't know the terms for which to search.
How can I have a user enter in information into "DA Input Fields" and let's say three weeks later, do a search and update the record (every record will need to be updated multiple times and these records will grow into the 1,000's)?
A caveat is that I want it to be user friendly. Currently when I do a search and pull up results in teh datasheet from the Query, the user cannot do anything with that information in regards to updating the record.
What I am After:
Here is the scenario I am after. End user goes to the search feature on the switchboard. Types in either the first and/or last name and/or Client ID and gets a list of results (I have the query set up with this code and it works great: Like "*" & [Forms]![Search]![Case ID] & "*"). Once this list comes up, they can then click on the record they want to update or check and the result comes up in the "DA Input Fields" form where they can then make their changes and ultimately save them.
One additional Issue:
We will have Client ID's unique to each individual but there may be multiple records that have the same last name, first name and Client ID (as it is the same person), but some will be shown as closed and others as still open. What would be a good way to distinguish between these types of issues when doing those searches? How would you do it?
Thanks for your help and for allowing me to post here. Hopefully someone will point me in the right direction!
Hi all, this is my first post here and today is my first day attempting to build a database. I spent a long while doing searches for "search" and "Access 2010" only to later realize that the term must be Query and not Search. So, I don't have a great understanding of the terminology or the methods needed to adequately build a database. Even so, that hasn't stopped me from trying.
Context:
I have so far made 3 tables. One called "Advocates" which is a list of employees. Another called "Collection Fields" which is where new data is stored and collected from a form. And the last one is the "Switchboard Items" which contains the options on the switchboard.
I have one query that may not be necessary as I made it only to deal with the issue I am posting about here. It is called "Collection Fields Query" and only queries "First Name" Last Name" and "Client ID". This Query is utilized by one of my forms called "Search" which allows for searching of these three fields to bring up results (All that works as it should).
I have three forms. One called "DA Input Fields"- it is where a user can type in information in fields and save the data (by pushing a save button) to the "Collection Fields" Table. Another is called "Search" and it runs the "Collection Fields Query" I listed above and shows the results in a datasheet (again, I don't know the terms). And the last one is called "Switchboard".
I also have one report that I don't think has any bearing on my question.
Question:
I am sure this is answered somewhere but again, I don't know the terms for which to search.
How can I have a user enter in information into "DA Input Fields" and let's say three weeks later, do a search and update the record (every record will need to be updated multiple times and these records will grow into the 1,000's)?
A caveat is that I want it to be user friendly. Currently when I do a search and pull up results in teh datasheet from the Query, the user cannot do anything with that information in regards to updating the record.
What I am After:
Here is the scenario I am after. End user goes to the search feature on the switchboard. Types in either the first and/or last name and/or Client ID and gets a list of results (I have the query set up with this code and it works great: Like "*" & [Forms]![Search]![Case ID] & "*"). Once this list comes up, they can then click on the record they want to update or check and the result comes up in the "DA Input Fields" form where they can then make their changes and ultimately save them.
One additional Issue:
We will have Client ID's unique to each individual but there may be multiple records that have the same last name, first name and Client ID (as it is the same person), but some will be shown as closed and others as still open. What would be a good way to distinguish between these types of issues when doing those searches? How would you do it?
Thanks for your help and for allowing me to post here. Hopefully someone will point me in the right direction!