W
Walt
I am developing a club roster. Name, address, phone,
email address, and photo are displayed for each person's
record in a query. Pictures are pointed to by an address
within the query.
The form works fine while viewing it. Each time the next
form is selected, all of the data changes and the picture
changes. However, when I print the form, there are three
instances of the form on each page. The data of each is
appropriately changed from record to record, but the
picture of the first record is repeated for the next two
people on the page. New page, new picture but still all
three are the same.
I tried using a report instead of a form with similar
results. I looked at the Northwind Traders example
database which also has a roster type form. Theirs
wouldn't print any pictures at all.
Anybody have any suggestions?
email address, and photo are displayed for each person's
record in a query. Pictures are pointed to by an address
within the query.
The form works fine while viewing it. Each time the next
form is selected, all of the data changes and the picture
changes. However, when I print the form, there are three
instances of the form on each page. The data of each is
appropriately changed from record to record, but the
picture of the first record is repeated for the next two
people on the page. New page, new picture but still all
three are the same.
I tried using a report instead of a form with similar
results. I looked at the Northwind Traders example
database which also has a roster type form. Theirs
wouldn't print any pictures at all.
Anybody have any suggestions?