Numpty
on t'internet
- Local time
- Today, 06:08
- Joined
- Apr 11, 2003
- Messages
- 60
Another question from me, this ones got me stumped.
I have a Main form which displays Course details and within this form there is a subform which allows users to book "Delegates" onto the course.
Problem I have is that to choose a Delegate the user selects from a combo box on the subform. Now, potentially there could be 1000's of Delegates so we feel the use of a combo box may not be suitable. I have created separate form used as a search form and what I would like to do is once the correct Delegate has been found on the search form the user selects a button and this will add the Delegate as a new record on the subform - they are then booked on that particular course.
Unfortunatly I'm unable to figure out how to transfer the DelegateID into the new record on the subform.
I have a Main form which displays Course details and within this form there is a subform which allows users to book "Delegates" onto the course.
Problem I have is that to choose a Delegate the user selects from a combo box on the subform. Now, potentially there could be 1000's of Delegates so we feel the use of a combo box may not be suitable. I have created separate form used as a search form and what I would like to do is once the correct Delegate has been found on the search form the user selects a button and this will add the Delegate as a new record on the subform - they are then booked on that particular course.
Unfortunatly I'm unable to figure out how to transfer the DelegateID into the new record on the subform.