Re: SubForm in Datasheet View
- From: w_a_n_n_a_l_l_ -@xxxxxxxxxxxxxxxxxxxxxxxxxx
- Date: Thu, 08 Jun 2006 02:08:50 GMT
A datasheet view is not just a different looking kind of continuous form.
You can't display lots of things on a datasheet. For good or ill, it looks
exactly and to some degree acts like a spresheet. You can size columns, you
can size rows, you can re-order the columns. You can't display a footer.
You'll have to live with continous form in your subform or do without the
sum() in the footer.
That said, there are other ways to get stuff like that. If you can
construct the SQL you use for the subform and make it available in code, you
can put a textbox back up on the main form and possibly write a DLookup
statement on the fly to populate the textbox with sum from the same records
you're displaying in your subform.
.
- References:
- SubForm in Datasheet View
- From: s_wadhwa
- SubForm in Datasheet View
- Prev by Date: Manipulating external images
- Next by Date: Re: Suggestion for default value property setting on page 2 of tab control
- Previous by thread: SubForm in Datasheet View
- Next by thread: "Bucket Of Hours"?
- Index(es):
Relevant Pages
|