I am a novice so I will try to explain this the best I can. Please forgive me if I use "database language" incorrectly.
I have set up a table that tracks calls for our sales staff. For example when a sales person calls a potential client they click on a button in a form (related to a table called "contacts") that takes them to another form (related to a table called "calls") where they can enter the date and subject of the call and notes regarding the conversation.
This "calls" table is related to the main table "contacts", the key control is an autonumber assignment.
The problems I am having are:
I would like to add a field to the "contacts" table form that will show the last call date, so the sales staff wont have to go into the calls table to see when the prospect was last contacted.
I would also like to be able to run a query that will, amongst other information, pull the last call date.
I know there is a "Last" function, I'm just not sure how to use it.
I have already set up the query at this point but when I run it, it pulls up multiple entries for the same prospect (1 for each call entry).
Can someone help?
Thanks!
Cyd
I have set up a table that tracks calls for our sales staff. For example when a sales person calls a potential client they click on a button in a form (related to a table called "contacts") that takes them to another form (related to a table called "calls") where they can enter the date and subject of the call and notes regarding the conversation.
This "calls" table is related to the main table "contacts", the key control is an autonumber assignment.
The problems I am having are:
I would like to add a field to the "contacts" table form that will show the last call date, so the sales staff wont have to go into the calls table to see when the prospect was last contacted.
I would also like to be able to run a query that will, amongst other information, pull the last call date.
I know there is a "Last" function, I'm just not sure how to use it.
I have already set up the query at this point but when I run it, it pulls up multiple entries for the same prospect (1 for each call entry).
Can someone help?
Thanks!
Cyd