C
Chay
I have a 3 user db. The problem is I created a report which is manipulated by
vba code to serve me as many reports in one. Problem is when 1 user is
connected he can use the reports like they were designed for, but when 2 or
more log in they see not what they asked. I need to find out how to create a
new instance of the report and open it with code so that everyone can use the
report. Tried DoCmd.OpenForm with the name of the new instance but it doesn't
work!!! HELP!!!!!
vba code to serve me as many reports in one. Problem is when 1 user is
connected he can use the reports like they were designed for, but when 2 or
more log in they see not what they asked. I need to find out how to create a
new instance of the report and open it with code so that everyone can use the
report. Tried DoCmd.OpenForm with the name of the new instance but it doesn't
work!!! HELP!!!!!