Tree View

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,

I want every time the user call a client, he will be able
to enter informations about this conversation(Date,
Subjet, contactID, did he should recall the client...)
and when the user want to see the client profil he will
be able to see the all the conversations with this client.

Can I do it with a tree or not

Any help please it'll be fine

Thanks
 
Chris,
I guess you could but this sounds like a form-subform
design. In your parent form have a list of client ids &
nnames. Your subform and form have the id in common. When
you select a name, the subform will show you the profile.
Geof.
 
Back
Top