G Guest Sep 13, 2006 #1 Do I have to strat with a blank report (Not Wizard) to enable me to bind controls from different sources? Kingy
Do I have to strat with a blank report (Not Wizard) to enable me to bind controls from different sources? Kingy
D Douglas J. Steele Sep 14, 2006 #2 You can't bind a report to more than a single source. If you need multiple sources, look into subreports.
You can't bind a report to more than a single source. If you need multiple sources, look into subreports.
L Larry Linson Sep 18, 2006 #3 Douglas J. Steele said: You can't bind a report to more than a single source. If you need multiple sources, look into subreports. Click to expand... or domain aggregate functions, such as DLOOKUP. On the other hand, you'd generally want related information displayed together, so you might also be able to join the Tables representing the multiple sources in a single Query. Larry Linson Microsoft Access MVP
Douglas J. Steele said: You can't bind a report to more than a single source. If you need multiple sources, look into subreports. Click to expand... or domain aggregate functions, such as DLOOKUP. On the other hand, you'd generally want related information displayed together, so you might also be able to join the Tables representing the multiple sources in a single Query. Larry Linson Microsoft Access MVP