O ost3z Registered User. Local time Today, 02:25 Joined May 1, 2013 Messages 20 Jan 16, 2014 #1 hi everybody i have employee form to insert employee information one of its text box on click another form open of schools name where i can select the school work how can i pass selected school name to the main form Attachments Untitled-2.jpg 83.3 KB · Views: 90
hi everybody i have employee form to insert employee information one of its text box on click another form open of schools name where i can select the school work how can i pass selected school name to the main form
pr2-eugin Super Moderator Local time Today, 10:25 Joined Nov 30, 2011 Messages 8,494 Jan 16, 2014 #2 Change the TextBox in the main form to a ComboBox and have its RowSource to be the SchoolForm table. That is what you need.
Change the TextBox in the main form to a ComboBox and have its RowSource to be the SchoolForm table. That is what you need.
O ost3z Registered User. Local time Today, 02:25 Joined May 1, 2013 Messages 20 Jan 16, 2014 #3 thanks for your answer i know that way but suppose i have 100 school name is it to do like i ask for ? can it be done or not ?
thanks for your answer i know that way but suppose i have 100 school name is it to do like i ask for ? can it be done or not ?