I am trying create a from with the design suggested by willir in thread702-894117.
I have two subforms. one displays a list of dates. the second displays information for a specific date. sfrmDate has several nested subforms.
sfrmDateList sfrmDate
+----------+ +----------------------+
|01-Jan-04 | |15-Jan-04 |
|15-Jan-04X| <-Select |Replica #2 |
|02-Feb-04 | |bla bla bla bla bla|
+----------+ +----------------------+
The problem i am having is that the second subform does not respond to changing the record selection in sfrmDateList. ie sfrmDate remains stuck on the first date.
sfrmDateList is based on a tblDate which as Date and DateID fields. the linkage in sfrmDate as follows
Link Child Fields: DateID
Link Master Fields: [sfrmDateList].Form![DateID]
i tried using tblDate as the record source for the main form. then i linked sfrmDateList to the main form via DateID for both master and child field. this partially worked except only one date was displayed in sfrmDateList.
thanks for any advice.
Ed.
I have two subforms. one displays a list of dates. the second displays information for a specific date. sfrmDate has several nested subforms.
sfrmDateList sfrmDate
+----------+ +----------------------+
|01-Jan-04 | |15-Jan-04 |
|15-Jan-04X| <-Select |Replica #2 |
|02-Feb-04 | |bla bla bla bla bla|
+----------+ +----------------------+
The problem i am having is that the second subform does not respond to changing the record selection in sfrmDateList. ie sfrmDate remains stuck on the first date.
sfrmDateList is based on a tblDate which as Date and DateID fields. the linkage in sfrmDate as follows
Link Child Fields: DateID
Link Master Fields: [sfrmDateList].Form![DateID]
i tried using tblDate as the record source for the main form. then i linked sfrmDateList to the main form via DateID for both master and child field. this partially worked except only one date was displayed in sfrmDateList.
thanks for any advice.
Ed.