I have a form called "EmpRpt". It has three fields. First field is
"chrUserID, " this is a combo box with a row source from another table. The
Second Field is "BeginDate. " The Third field is "EndDate."
I then have a command button. I want to put a code in this buttons on click
event. The code should open up a report called "EmpRpt."
The report will have the three fields just like the form. I want those three
fields to appear with the data the user entered in the form. I would also
like this report to open in print preview.
Can someone please help me with a code? Thank you!
--
Message posted via AccessMonster.c om
"chrUserID, " this is a combo box with a row source from another table. The
Second Field is "BeginDate. " The Third field is "EndDate."
I then have a command button. I want to put a code in this buttons on click
event. The code should open up a report called "EmpRpt."
The report will have the three fields just like the form. I want those three
fields to appear with the data the user entered in the form. I would also
like this report to open in print preview.
Can someone please help me with a code? Thank you!
--
Message posted via AccessMonster.c om
Comment