![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an Invoice form and a InvoiceDetail continuous form. *It's easy to present the header/main data and the detail data as a form/subform. Let's say we have 12 monthly invoices for year 2010. *Is there a method for presenting all 12 invoices as a form/subform (a form/subform for each month) in a scrollable list (like a continuous form)? |
#3
| |||
| |||
|
|
I have an Invoice form and a InvoiceDetail continuous form. It's easy to present the header/main data and the detail data as a form/subform. Let's say we have 12 monthly invoices for year 2010. Is there a method for presenting all 12 invoices as a form/subform (a form/subform for each month) in a scrollable list (like a continuous form)? |
#4
| |||
| |||
|
|
Salad <salad (AT) oilandvinegar (DOT) com> wrote in news:Xd2dnfsmI90H7g_QnZ2dnUVZ_tGdnZ2d (AT) earthlink (DOT) com: I have an Invoice form and a InvoiceDetail continuous form. It's easy to present the header/main data and the detail data as a form/subform. Let's say we have 12 monthly invoices for year 2010. Is there a method for presenting all 12 invoices as a form/subform (a form/subform for each month) in a scrollable list (like a continuous form)? The question sounds trivial, so I must be missing something significant. Here's an example of how I've done it: http://dfenton.com/DFA/examples/Subdatasheets.png It uses subdatasheets, and works quite well, seems to me. |
#5
| |||
| |||
|
|
One question I have on the picture sample. I assume you dropped the form/subdatasheet into a "container" form that had a blue green backgound. But the space between the main/subdatasheet had a blueish green tint as well. How the heck did you do that? Is it a setting in the container form or is it a setting in the form/subdatasheet form? |
#6
| |||
| |||
|
|
Salad <salad (AT) oilandvinegar (DOT) com> wrote in news:u-ydnftSncWYTw7QnZ2dnUVZ_r2dnZ2d (AT) earthlink (DOT) com: One question I have on the picture sample. I assume you dropped the form/subdatasheet into a "container" form that had a blue green backgound. But the space between the main/subdatasheet had a blueish green tint as well. How the heck did you do that? Is it a setting in the container form or is it a setting in the form/subdatasheet form? Nope. There are properties of the datasheet object that allow you to set the color of the background. Remember, a datasheet is just a FORM (check it out in the object browser in the VBE), so it has most of the same properties as any form (and some that only apply to datasheets). In this case, it's actually a datasheet-specific property, Me.DatasheetBackColor, that you set. Thanks. Your solution worked like a champ. |
#7
| |||
| |||
|
|
I have an Invoice form and a InvoiceDetail continuous form. It's easy to present the header/main data and the detail data as a form/subform. Let's say we have 12 monthly invoices for year 2010. Is there a method for presenting all 12 invoices as a form/subform (a form/subform for each month) in a scrollable list (like a continuous form)? |
![]() |
| Thread Tools | |
| Display Modes | |
| |