D
David
Hello,
I have a subform control called subfrmctl1 which uses a QUERY as the
datasource.
The subform control displays the data in a datasheet format as expected in
Access 2000 under Windows XP.
When I run the same under Access 2000 Run Time under Windows XP, the subform
does not display.
See the code below.
' Get the source of the data (in this case, query.qrytablisting)
strQry = Forms!frmPatentListingByCriteriaScore!subfrmctl1.SourceObject
' I then run 4 queries to get the data as expected
With Forms!frmPatentListingByCriteriaScore!subfrmctl1
.SourceObject = strQry
.Requery
End With
Any ideas?
Thanks.
I have a subform control called subfrmctl1 which uses a QUERY as the
datasource.
The subform control displays the data in a datasheet format as expected in
Access 2000 under Windows XP.
When I run the same under Access 2000 Run Time under Windows XP, the subform
does not display.
See the code below.
' Get the source of the data (in this case, query.qrytablisting)
strQry = Forms!frmPatentListingByCriteriaScore!subfrmctl1.SourceObject
' I then run 4 queries to get the data as expected
With Forms!frmPatentListingByCriteriaScore!subfrmctl1
.SourceObject = strQry
.Requery
End With
Any ideas?
Thanks.