I don't know if you saw my response or if it was of any interest. If you
have Training Topic 01, 02, etc. in one table you proably do not have an
effective table design, but then you say you have the type of training topics
in a separate table, so it is a little unclear how your tables are structured.
In any case, even if you can exclude fields that are Null (or contain a zero-
length string, or whatever criteria you choose), the combo box on the report
is not going to go away unless you make provisions for that to happen.
You can use a query to exclude records in which a field is null. However, if
you want to exclude fields that are null, but show the rest of the record,
you will probably need to set the SQL for each record. That is, you
essentially have to rewrite the query for each record as you go. That would
be quite difficult, I expect. It would be better just not to show the
control if its Record Source is Null.
Hi Jeff,
Would you suggest that I set the fields up differently in the table?
The "type of training topics" are listed in a separate table.
The table that I am using includes the informationn for that day's training.
Training Topics: Emergency Evacuation, CPR, First Aid, Digsafe, etc.
I have six fields called Training Topic 01, Training Topic 02, etc.
What should I do so my query will work?
Thanks for your help.
Denise
[quoted text clipped - 19 lines]