megatronixs
Registered User.
- Local time
- Today, 22:23
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
I have main form where I have a subform in datasheet view. The datasheet is on top and below in the main form I have a set of unbound text boxes that I use to create an email. What I need now is to use the datasheet that displays events created earlier to pass them to the the unbound text boxes based on the selected event_id.
If I would click on event_id 1, it will populate all the unbound textboxes from that record on the main form.
Any ideas how to do this?
the main form is called: frm_main
the subfrom in datasheet view is called: frm_internal_training_subform
some of the fields I try to puplate:
event_id_text
training_name_text
training_topic_text
etc.
Greetings.
I have main form where I have a subform in datasheet view. The datasheet is on top and below in the main form I have a set of unbound text boxes that I use to create an email. What I need now is to use the datasheet that displays events created earlier to pass them to the the unbound text boxes based on the selected event_id.
If I would click on event_id 1, it will populate all the unbound textboxes from that record on the main form.
Any ideas how to do this?
the main form is called: frm_main
the subfrom in datasheet view is called: frm_internal_training_subform
some of the fields I try to puplate:
event_id_text
training_name_text
training_topic_text
etc.
Greetings.