AmyLynnHill
Registered User.
- Local time
- Today, 14:33
- Joined
- Dec 7, 2005
- Messages
- 81
Greetings,
I have a form(frmMainContacts) that has a field "notes". The form is attached to a table(tblMainContacts). I have tabs that have subforms,frmCalls set up in datasheet view. When the "notes" field is updated on the main form, I want it to send the note to the subform on a new line. Append the Note field information to the subform. I'm a new user of VB, I've tried to do this with an append query on the afterupdate event. However, it appends all the records in the main form and I only want it to append the record I'm on. Any suggestions?
I have a form(frmMainContacts) that has a field "notes". The form is attached to a table(tblMainContacts). I have tabs that have subforms,frmCalls set up in datasheet view. When the "notes" field is updated on the main form, I want it to send the note to the subform on a new line. Append the Note field information to the subform. I'm a new user of VB, I've tried to do this with an append query on the afterupdate event. However, it appends all the records in the main form and I only want it to append the record I'm on. Any suggestions?