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...