T
Tara
I have a form that is used for communication between different users about
specific clients. The user inititating the communication chooses the client
from a combo box on the main form (frmClients) which triggers the opening of
the note form (frmNotes) containing that client's ID number. After writing a
note, the initiator then clicks a command button to send it to the recipient.
I'd like to have the recipient of the note be able to reply using the same
form (frmNotes), but I'm not sure how to code the command button to use the
the clientID from the initial note versus looking for it from frmClients
which won't be open on their end. Any help is greatly appreciated!
specific clients. The user inititating the communication chooses the client
from a combo box on the main form (frmClients) which triggers the opening of
the note form (frmNotes) containing that client's ID number. After writing a
note, the initiator then clicks a command button to send it to the recipient.
I'd like to have the recipient of the note be able to reply using the same
form (frmNotes), but I'm not sure how to code the command button to use the
the clientID from the initial note versus looking for it from frmClients
which won't be open on their end. Any help is greatly appreciated!