S
Steve S
In an Access 2000 DB I use the following code to change the recordsource for
a subform depending in certain conditions. It has worked for years in A2000
but when I open the DB with Access 2007 the default recordsource is not
overridden. the rest of the DB seems to be working as it did in A2000
Me.Record_Scores_subform.Form.RecordSource = "Indvls for Scores"
Is this a known issue and/or is there a fix?
Any and all help is appreciated.
a subform depending in certain conditions. It has worked for years in A2000
but when I open the DB with Access 2007 the default recordsource is not
overridden. the rest of the DB seems to be working as it did in A2000
Me.Record_Scores_subform.Form.RecordSource = "Indvls for Scores"
Is this a known issue and/or is there a fix?
Any and all help is appreciated.