Sorry, this is from an old thread. But I got new question on it, so I repost the question again:
---------------------------
I got two tables. One is "employee", storing the information of employees, with "EmployeeID" as the primary key, and the other is"dependents", storing information of dependents of employees, with the "employeeID" as foreign Key.
I made a report. There is another small problem. I put all Employee's information into employee header and left the information of dependents in the details, but in my table, there are some employees who do not have dependent, so in my report, there are large blank under each employees without dependents. like this:
John Adams
Jane Adams, daughter
XXXX
Mike Adams, son
XXXX
Mike Taylor
Ken Bush
Jane Bush, Daughter
XXXXX
How to eliminate those blanks if the employee has no dependents. A similar question is: because some fields in my dependent table is not required, such as email address. So in my report, there is large blank too if we don't have the information of the dependent in several fields. How to solve this problem? Thanks a lot!
---------------------------
I got two tables. One is "employee", storing the information of employees, with "EmployeeID" as the primary key, and the other is"dependents", storing information of dependents of employees, with the "employeeID" as foreign Key.
I made a report. There is another small problem. I put all Employee's information into employee header and left the information of dependents in the details, but in my table, there are some employees who do not have dependent, so in my report, there are large blank under each employees without dependents. like this:
John Adams
Jane Adams, daughter
XXXX
Mike Adams, son
XXXX
Mike Taylor
Ken Bush
Jane Bush, Daughter
XXXXX
How to eliminate those blanks if the employee has no dependents. A similar question is: because some fields in my dependent table is not required, such as email address. So in my report, there is large blank too if we don't have the information of the dependent in several fields. How to solve this problem? Thanks a lot!