Child Master Link w/ unbound obj (1 Viewer)

Avaughan

New member
Local time
Today, 18:42
Joined
Nov 30, 2001
Messages
6
I am trying to add additional link criteria for a form and subform. The employee Id is the link fields but I also need to throw in a "year" unbound combo box on the master form and filter the child (subform) info also with that. Can use code if necessary.

Any ideas?
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 13:42
Joined
Feb 19, 2002
Messages
43,424
You can't use an unbound field as part of the master/child link. Change the subform's query to refer to the "year" field on the main form in its Where clause. You'll need to requery the subform in the "year" field's AfterUpdate event.
 

Users who are viewing this thread

Top Bottom