R
r. howell
Each job has a variable number of consultants (ranging from 0 to 5)
The names and addresses of these consultants have to be printed out across
the bottom of a report, in a variable number of columns depending on how many
there are for the job.
I have pretty much given up on doing this so that one report does it all,
and am now reduced to asking the user to click on a button based on how many
consultants are on the job. So far, so good, and the system now works for no
consultants and one consultant.
How do I make sure the query on which a subform is based is picking up the
second (or third) consultant and doing this after the Master/Child linkage
has been established? Hope this makes sense.
Thanks.
The names and addresses of these consultants have to be printed out across
the bottom of a report, in a variable number of columns depending on how many
there are for the job.
I have pretty much given up on doing this so that one report does it all,
and am now reduced to asking the user to click on a button based on how many
consultants are on the job. So far, so good, and the system now works for no
consultants and one consultant.
How do I make sure the query on which a subform is based is picking up the
second (or third) consultant and doing this after the Master/Child linkage
has been established? Hope this makes sense.
Thanks.