Fornatian Dim Person Local time Today, 01:43 Joined Sep 1, 2000 Messages 1,396 Oct 26, 2000 #1 I am having the same problem as MarionD. Does anybody out there know where you have to put the syntax to change a reports recordsource at run-time. Any suggestions welcomed. Ian
I am having the same problem as MarionD. Does anybody out there know where you have to put the syntax to change a reports recordsource at run-time. Any suggestions welcomed. Ian
C chilluk New member Local time Today, 01:43 Joined Oct 31, 2000 Messages 6 Oct 31, 2000 #2 I use the OnOpen event to bind a report to dynamic SQL strings if that is what you want - I guess this works to change query/table also.
I use the OnOpen event to bind a report to dynamic SQL strings if that is what you want - I guess this works to change query/table also.