Microsoft
Software
Hardware
Network
Question : controling the source for a subform
Hi,
I have a form with a button and a subform. The app is editting an input file and will run about twenty queries. All should return null, but the first one that doesn't needs to present its reults to the subform. The columns in all of the queries are different.
It seem this should be simple, but I have not gotten it to work.
Me.Child27.SourceObject = "my query"
Child27 is the subform and "my query" is a MS Acces query.
The error message is that access could not find the object.
Thanks,
Greg
Answer : controling the source for a subform
Try this ... works for me.
Me.Child27.SourceObject = "query.my query"
mx
Random Solutions
Subnet Ping Issue - Site-to-site VPN
Search through multiple cols
How to detect if SQL Server 2005 or 2008 is installed
Exchange 2007 Configuration in SBS 2008
Publishing Exchange 2007 OWA using NTLM with Forefront TMG?
Changing IP address of BT Home Hub v2
Best database for a manufacturing warehouse
How to set up IIS to send alerts in the event of a system failure
Me.BindingContext(Me.MEMTb
SQLDataSet
1, "MEMTb").AddNew() - AddNew not working
TSQL Scalar Function using select inside the function & excluding date