I asked this question as a "part 2" to another question in a different post, but wanted to ask it here so others may reap the benefits of your wisdom.
Is it possible for me to have a report without a Record Source? I was hoping to leave that blank, and for each textbox on a report I would use the expression builder for the Control Source (=[qryTrng1]![EmployeeName]). I have several unrelated queries, and the boss wants a list of employee names on one report, one column for each employee that has completed the training that is the column header. When I tried it this way, all I get is "#Name?" in each textbox.
I'm sure this may not be the most logical way to go about this, but can it be done this way? What am I missing to make the list of names not show up?
Thank you for any and all help.