E
Ed Powell
I'm trying to open a new form on one record that is
determined by a double-click on the record selector in the
subform of another record. I have no problem opening a
subform from a mainform combo box and selecting records by
one of the combo box catagories, or selecting one record
from a unique choice in the combo box, but trying to open
a separate form on the same single record as one that was
double-clicked in the subform. (Sheeez, I just re-read
this and I don't even understand it, will try again)
1. Have a main form with an embedded subform. A combo box
labeled "program" has several programs as choices.
2. After update on the combo box fills in the subform with
all the necessary information on all the items from the
program that was selected in the combo box. (A list of all
records in that program)
3. Want to pick one record and double-click on the left
side record selector and open up another form that has
every field for that one record availabe for view or edit.
4. The ability to double-click and open the new form is
dependent on the security level of the user. (That part's
not important to this question, it was stated to give a
reason why I wanted to open the form).
determined by a double-click on the record selector in the
subform of another record. I have no problem opening a
subform from a mainform combo box and selecting records by
one of the combo box catagories, or selecting one record
from a unique choice in the combo box, but trying to open
a separate form on the same single record as one that was
double-clicked in the subform. (Sheeez, I just re-read
this and I don't even understand it, will try again)
1. Have a main form with an embedded subform. A combo box
labeled "program" has several programs as choices.
2. After update on the combo box fills in the subform with
all the necessary information on all the items from the
program that was selected in the combo box. (A list of all
records in that program)
3. Want to pick one record and double-click on the left
side record selector and open up another form that has
every field for that one record availabe for view or edit.
4. The ability to double-click and open the new form is
dependent on the security level of the user. (That part's
not important to this question, it was stated to give a
reason why I wanted to open the form).