G
Guest
I'm working with a co-worker to develop a database that has quite a few
fields in it. The fields are a series of checkboxes that denote training
topics that employees need. Not all employees will receive all the training.
What I'm trying to do is make a report that will function as a sign in sheet
for any of the training she conducts. I'm getting the 'too many fields'
error message when I try to create the report using the wizard. I got the
same thing when I tried using the wizard to create a form so I added them
manually. I'd rather not do that for the report.
I know I can accomplish what I want if I had all the fields on the report
(invisible) and use a WHERE statement in the DoCmd.OpenReport command
limiting the names to the those that have the specific checkbox checked.
I could do the same thing using a MakeTable query specifying all the
appropriate records and then point the Report to the MadeTable but that seem
kinda amatuerish as well.
Is there a way I can achieve this w/o having all the fields on the report.
Thanks,
Jeff
fields in it. The fields are a series of checkboxes that denote training
topics that employees need. Not all employees will receive all the training.
What I'm trying to do is make a report that will function as a sign in sheet
for any of the training she conducts. I'm getting the 'too many fields'
error message when I try to create the report using the wizard. I got the
same thing when I tried using the wizard to create a form so I added them
manually. I'd rather not do that for the report.
I know I can accomplish what I want if I had all the fields on the report
(invisible) and use a WHERE statement in the DoCmd.OpenReport command
limiting the names to the those that have the specific checkbox checked.
I could do the same thing using a MakeTable query specifying all the
appropriate records and then point the Report to the MadeTable but that seem
kinda amatuerish as well.
Is there a way I can achieve this w/o having all the fields on the report.
Thanks,
Jeff