Kckronic21
Programmer
Hi,
I was wondering if you could solve a problem that I am having. First of all, I want to know if there was a code for setting up the paper size, orientation, and the margins of various reports. Another problem that I am having is I have 3 reports that all have the same paper size, orientation, and margins. All 3 reports are being used by 3 different queries. The first query has the center criteria set up like this: Like "*" & [Forms]![All_Employees_Center_Form]![CenterNametxtbox] & "*". The second query has the center criteria set up like this: Like "*" & [Forms]![All_Employees_Center_Form_2]![CenterNametxtbox] & "*" and has the position criteria set up like this: <>"Teacher" And <> "Sub." The last query has the center criteria set up like this: Like "*" & [Forms]![All_Employees_Center_Form_3]![CenterNametxtbox] & "*" and has the position criteria set up like this: "Teacher" Or 'Sub." I wanted to know if there was a way to create one form and one report for all 3 situations.
Thanks
I was wondering if you could solve a problem that I am having. First of all, I want to know if there was a code for setting up the paper size, orientation, and the margins of various reports. Another problem that I am having is I have 3 reports that all have the same paper size, orientation, and margins. All 3 reports are being used by 3 different queries. The first query has the center criteria set up like this: Like "*" & [Forms]![All_Employees_Center_Form]![CenterNametxtbox] & "*". The second query has the center criteria set up like this: Like "*" & [Forms]![All_Employees_Center_Form_2]![CenterNametxtbox] & "*" and has the position criteria set up like this: <>"Teacher" And <> "Sub." The last query has the center criteria set up like this: Like "*" & [Forms]![All_Employees_Center_Form_3]![CenterNametxtbox] & "*" and has the position criteria set up like this: "Teacher" Or 'Sub." I wanted to know if there was a way to create one form and one report for all 3 situations.
Thanks