T
Todd C
I just upgraded to Access 2007 from Access 2003. While I am pleased that this
product has native technology to handle configuring SQL 2005 objects using an
Access Data Project (views, etc) I noticed something strange in a
Form/Sub-Form:
The form opens with one Record. No problem there. THe subform is supposed to
display a datasheet with records from the 'Many' side of the relationship. To
do this, I had the Record Source set to a Stored Procedure and the Input
Parameters set as the following: @<ParameterName> varchar(20) =
Forms!<myForm>!<Field>
Now, the sub form show ALL the records in the table, NOT just the ones
related to the parent form.
What gives? Any Ideas?
TIA
product has native technology to handle configuring SQL 2005 objects using an
Access Data Project (views, etc) I noticed something strange in a
Form/Sub-Form:
The form opens with one Record. No problem there. THe subform is supposed to
display a datasheet with records from the 'Many' side of the relationship. To
do this, I had the Record Source set to a Stored Procedure and the Input
Parameters set as the following: @<ParameterName> varchar(20) =
Forms!<myForm>!<Field>
Now, the sub form show ALL the records in the table, NOT just the ones
related to the parent form.
What gives? Any Ideas?
TIA