K
Kelly Cromwell
Alright here is my pickle.
I've written a VB application utilizing an MDB backend. I opted to use
access reports to save time and because the VB reporting engine was way to
cumbersome and limiting.
Anyway, I'm launching access reports inside my VB app. Now the problem lies
when I try to execute a report that is based on a query that requires
parameters. How can i set parameter values, and possible report label
values via code before the DoCmd OpenReport?
I can't use the Filter Option in the OpenReport method because the parameter
is involved in a join. When I try to use the Filter param, it still prompts
me for the value.
Any help in this matter will be greatly appreciated as i'll finally be able
to get some sleep
Thanks,
Kelly Cromwell
I've written a VB application utilizing an MDB backend. I opted to use
access reports to save time and because the VB reporting engine was way to
cumbersome and limiting.
Anyway, I'm launching access reports inside my VB app. Now the problem lies
when I try to execute a report that is based on a query that requires
parameters. How can i set parameter values, and possible report label
values via code before the DoCmd OpenReport?
I can't use the Filter Option in the OpenReport method because the parameter
is involved in a join. When I try to use the Filter param, it still prompts
me for the value.
Any help in this matter will be greatly appreciated as i'll finally be able
to get some sleep
Thanks,
Kelly Cromwell