"Merge cells?"
How can i make this kind of report?
Room, MainUser and Substitute are DB Fields.
Signature is not. It's only a space for users to sign.
A,B,C and User# is DB data.
Room, MainUser and Substitute are DB Fields.
Signature is not. It's only a space for users to sign.
A,B,C and User# is DB data.
Comments
Maybe my solution is not ideal but you can verify if it helps you:
I managed doing it using groups. It doesn't have the same layout but its also functional and understandable. I realized that to achieve that layout i had to change the table.
I dit it this way.
GroupHeader
Ex
GroupHeader
Room
Masterdata
User1 ___________
User2 ___________
User#
GroupFooter
_________(line)
My solution is based on GroupBand as well, but query (in my simple FR3 example attached a few hours ago) is not modify. Just order by State.
and the only thing to manage Memos' frame is a piece of FR script like below:
Mick