B
Betsy
I posted this once before and got no replies so maybe this isn't possible.
If it is not please let me know. I'll try to reword this so maybe it makes
more sense.
I have a field in a table called "topic" that is hand entered (no list or
combo box). this is entered by "school" and "month". There may be more than
one entry for a school and month. On the report I would like to list all the
topics for each month/school. So....if school 32 had 4 records with topics in
them...say "safety, homework, just say no, and bus rules for month 2 then I
would like the text box on the summary report to list the topics as such.
topics covered: safety, homework, just say no, bus rules. (comma delimited)
I know how to do this with a listbox in a form, but i can't figure out the
correct code to grab the info from the same field in different records in a
table and have them added to a textbox in a report. I assume that i start
with "DLookup".
Does this make sense? Thanks!
If it is not please let me know. I'll try to reword this so maybe it makes
more sense.
I have a field in a table called "topic" that is hand entered (no list or
combo box). this is entered by "school" and "month". There may be more than
one entry for a school and month. On the report I would like to list all the
topics for each month/school. So....if school 32 had 4 records with topics in
them...say "safety, homework, just say no, and bus rules for month 2 then I
would like the text box on the summary report to list the topics as such.
topics covered: safety, homework, just say no, bus rules. (comma delimited)
I know how to do this with a listbox in a form, but i can't figure out the
correct code to grab the info from the same field in different records in a
table and have them added to a textbox in a report. I assume that i start
with "DLookup".
Does this make sense? Thanks!