i have a form and correlated sub-form in my database. IRB# is the linking parent/child field. my parent table has pk IRB# and my child table has IRB# and PRMS_Review.
i am trying to create a report which lets the user see only those records which have values of 'PRC_Meeting_Date' occuring before some date which the user would presumably input. 'PRC_Meeting_Date' is a field on my child table.
it can be assumed that each record in the parent can have more than one record in the child. each record in the child is a reflection of something that happened to the parent (in this case it's an contract which can go through several iterations and reviews and each child record chronicles when these reviews may have occurred).
the consumer of the report would have to have a report that displayed only those IRB# records which had 'PRC_Meeting_Dates' occurring up to some value the user would input.
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln
i am trying to create a report which lets the user see only those records which have values of 'PRC_Meeting_Date' occuring before some date which the user would presumably input. 'PRC_Meeting_Date' is a field on my child table.
it can be assumed that each record in the parent can have more than one record in the child. each record in the child is a reflection of something that happened to the parent (in this case it's an contract which can go through several iterations and reviews and each child record chronicles when these reviews may have occurred).
the consumer of the report would have to have a report that displayed only those IRB# records which had 'PRC_Meeting_Dates' occurring up to some value the user would input.
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln