Alternative to subform

theatreman

New member
Local time
Today, 16:53
Joined
Sep 30, 2003
Messages
4
I have a form that has several data items that can have more than one answer (usually no more than two or three) I have used subforms but wonder if there is another way of doing it. I would quite like to be able to output a single row of data for each record at the moment there can be three or four rows with the basic info repeated each time. Any ideas?

:confused:
 
Write a query that compresses the data into 1 row then build a form from the query
 

Users who are viewing this thread

Back
Top Bottom