spartansFC
Registered User.
- Local time
- Today, 01:17
- Joined
- Aug 26, 2007
- Messages
- 13
Hi
im having a bit of trouble, in that i'm not sure how to do this. I've attached a screen shot of my form, basically, i've set up a combo box in the form header, and i've got it to list all the child's name via a select command:
SELECT ChildFirstName+" " & ChildLastname AS FullName FROM tblChild ORDER BY ChildFirstname, ChildLastname;
but i would like to be able to select that child from the combo box and then the form (all of the form, including subform) jumps to that record.
I've searched and googled around, i know you have to write some code in the afterupdate, and then setfocus, but i'm lost.
any help would be great.
thanks
Mikie
im having a bit of trouble, in that i'm not sure how to do this. I've attached a screen shot of my form, basically, i've set up a combo box in the form header, and i've got it to list all the child's name via a select command:
SELECT ChildFirstName+" " & ChildLastname AS FullName FROM tblChild ORDER BY ChildFirstname, ChildLastname;
but i would like to be able to select that child from the combo box and then the form (all of the form, including subform) jumps to that record.
I've searched and googled around, i know you have to write some code in the afterupdate, and then setfocus, but i'm lost.
any help would be great.
thanks
Mikie
