Hi - Can anyone help me with this?
I have a DB recording clients that register with a jobs placement scheme. Client data is stored in Client_Table fed by the Client_Form. Each time an advisor interacts with the client, the interaction is recorded in an Interactions_subform on the main form, with the interactions data being stored in a separate Interation_table which has the common field ClientID (same field as the main Client_Table).
I need to be able to see a running total of how long each client as been seen by the advisor. An advisor can enter the duration of an interaction into the subform in hours:mins. How can I do this so that I can see on the main form a running total for each client of the total time of interactions they have had so far?
I know this kind of Q has been dealt with before alot but I have just confused myself more looking through all the past posts.....!
If anyone can tell me the general approach for this and help me a little with coding that would be V.V.V appreciated.
TIA.
Andrew.
I have a DB recording clients that register with a jobs placement scheme. Client data is stored in Client_Table fed by the Client_Form. Each time an advisor interacts with the client, the interaction is recorded in an Interactions_subform on the main form, with the interactions data being stored in a separate Interation_table which has the common field ClientID (same field as the main Client_Table).
I need to be able to see a running total of how long each client as been seen by the advisor. An advisor can enter the duration of an interaction into the subform in hours:mins. How can I do this so that I can see on the main form a running total for each client of the total time of interactions they have had so far?
I know this kind of Q has been dealt with before alot but I have just confused myself more looking through all the past posts.....!
If anyone can tell me the general approach for this and help me a little with coding that would be V.V.V appreciated.
TIA.
Andrew.