I have created a simple query with several tables, and I'm trying to display the data from the query with more than one line per page. ANY IDEAS?
"Lisa" wrote:
>
>I have created a simple query with several tables, and
>I'm trying to display the data from the query with more
>than one line per page. ANY IDEAS?
Have you tried "down frames" ?
For example:
for each -file- :
end.
"Lisa" wrote:
>
>I have created a simple query with several tables, and
>I'm trying to display the data from the query with more
>than one line per page. ANY IDEAS?
Have you tried "down frames" ?
For example:
for each -file- :
display -field- with frame a 10 down.
down with frame a.
end.