nighteagle
New member
- Local time
- Today, 09:07
- Joined
- Feb 18, 2007
- Messages
- 7
Hi,
I have some ugent issues about creating an Access report:
(1) I need create a report to display a table like structure on a report - multiple rows need be displayed and aligned on a single page. How do I achieve this?
Example like this:
Emp_Name Emp_Date Is_Manager
---------- ---------- -----------
Mary 06/2004 No
Bob 01/2002 Yes
Frank 10/2005 No
...
Can an Access Report display all these rows of data on a single page?
(2) how do I apply a filter (or a where clause) to display a specific row/column in a text control from a query result?
For instance, in above example, how do I display Emp_Name "Bob" in a textbox? (...where emp_name = "bob")
(3) I assume one report can have only one data source?
Thanks a lot!
I have some ugent issues about creating an Access report:
(1) I need create a report to display a table like structure on a report - multiple rows need be displayed and aligned on a single page. How do I achieve this?
Example like this:
Emp_Name Emp_Date Is_Manager
---------- ---------- -----------
Mary 06/2004 No
Bob 01/2002 Yes
Frank 10/2005 No
...
Can an Access Report display all these rows of data on a single page?
(2) how do I apply a filter (or a where clause) to display a specific row/column in a text control from a query result?
For instance, in above example, how do I display Emp_Name "Bob" in a textbox? (...where emp_name = "bob")
(3) I assume one report can have only one data source?
Thanks a lot!
Last edited: