Hi,
I have a form which has two subforms in it. The form is called "frmAddEntry" which also has a combobox which displays students names and a textbox which displays student genders according to which student is selected.
Question1: How do i get my subforms to be invisible and only appear showing the suited information based on Gender once a student name is selected from the combo box?
The subforms are called "subfrmLstEntries" and "subfrmAddEntries"
Once the subforms become visible showing suitable records..
Question2: How do i get the focus/cursor to move to subfrmAddEntries ready to add a new record??
Thanks!
I have a form which has two subforms in it. The form is called "frmAddEntry" which also has a combobox which displays students names and a textbox which displays student genders according to which student is selected.
Question1: How do i get my subforms to be invisible and only appear showing the suited information based on Gender once a student name is selected from the combo box?
The subforms are called "subfrmLstEntries" and "subfrmAddEntries"
Once the subforms become visible showing suitable records..
Question2: How do i get the focus/cursor to move to subfrmAddEntries ready to add a new record??
Thanks!