Ok this one is a bit weird
My client wants to print a report when there is enough records to fill a page. Let me explain
There are two tables involved, a tbl_Clients and tbl_ContactNotes which is a sub of the clients table
Data entry takes place every time there is a conversation with a client. Some of these contact notes are very small, one or two sentences.
The want to save a tree or two so is there a way to determine when there is enough records to fill a page knowing that each one is a different length.
I hope this makes sense
My client wants to print a report when there is enough records to fill a page. Let me explain
There are two tables involved, a tbl_Clients and tbl_ContactNotes which is a sub of the clients table
Data entry takes place every time there is a conversation with a client. Some of these contact notes are very small, one or two sentences.
The want to save a tree or two so is there a way to determine when there is enough records to fill a page knowing that each one is a different length.
I hope this makes sense