rmccafferty
Registered User.
- Local time
- Yesterday, 16:05
- Joined
- Jul 20, 2009
- Messages
- 15
I need a form that looks essentially like the below (ther are more field, but the following should be enough to get the idea). I need a form, not a report, so that the user can check off one field to mark when entries are processed. I need it to be based on a query to pull enough fields
The base table consists of multiple line items to be invoiced. The line items need to be sorted by client name for obvious grouping needs. We do not want to show the cllient name over and over, line after line, just the first line for that client's line items.
I first tried to do it using a subform for the line item details and the main form for client name, date etc that does not need to be repeated. But then I could not mark the form as continuous. How can I do this?
Client1 Date Amt Etc (only line item for client1)
Client2 Date Amt Etc (first line item for client 2)
Date Amt Etc (second line item for client 2)
Date Amt Etc (third line item for client2)
Client (and so on)
I do not know how to not repeat the client name field (and a couple others not to be repeated) without a subform, which has other negative consequences, particularly the inability to use it as a continuous form.
The base table consists of multiple line items to be invoiced. The line items need to be sorted by client name for obvious grouping needs. We do not want to show the cllient name over and over, line after line, just the first line for that client's line items.
I first tried to do it using a subform for the line item details and the main form for client name, date etc that does not need to be repeated. But then I could not mark the form as continuous. How can I do this?
Client1 Date Amt Etc (only line item for client1)
Client2 Date Amt Etc (first line item for client 2)
Date Amt Etc (second line item for client 2)
Date Amt Etc (third line item for client2)
Client (and so on)
I do not know how to not repeat the client name field (and a couple others not to be repeated) without a subform, which has other negative consequences, particularly the inability to use it as a continuous form.