Re: Unbound Nested Subform Simulating Continuous Form
- From: "Robert" <robertbas@xxxxxxxxxxx>
- Date: Mon, 02 Jan 2006 22:49:45 GMT
Bri,
Thanks.
Have included temp table and array in options for converting from the
Optionbuttons & Checkboxes entries/combinations.
Am now trying to determine best way to loop through optionbutton, checkbox
and textbox controls on the nested
subform to form the record (either directly or via a temp table or array) to
add to the underlying tblProjectProducts using
Insert Into... query
"Bri" <not@xxxxxxxx> wrote in message news:aqfuf.9354$tl.2103@xxxxxxxxxxx
>
> Robert wrote:
>> Allen,
>>
>> Started with a bound subform but switched to using an unbound subform for
>> better error control, more control over saving records (single button on
>> parent subform) and for more user friendly data capture (option buttons &
>> check boxes rather than combo boxes on continuous subform).
>>
>> Parent subform has "Project" (one) details and nested subform has (many)
>> "Products" that can be selected via option buttons or check boxes and
>> layout of the form is not on a one record (Product) per row basis.
>
> I understand your issue and I have a different approach to solving it. I
> create a temp table (in a temp database - linked) that I then use in the
> bound subform. The Save button then does an Update query that moves the
> data from the temp table to the permanent table. This gives me the
> flexablility that a bound form gives with the ability to save all the
> changes or none of the changes (like a transaction commit or rollback but
> in a form rather than in code).
>
> --
> Bri
>
.
- References:
- Unbound Nested Subform Simulating Continuous Form
- From: Robert
- Re: Unbound Nested Subform Simulating Continuous Form
- From: Allen Browne
- Re: Unbound Nested Subform Simulating Continuous Form
- From: Robert
- Re: Unbound Nested Subform Simulating Continuous Form
- From: Bri
- Unbound Nested Subform Simulating Continuous Form
- Prev by Date: Subvalues -- like submenus? How can I do it?
- Next by Date: Validating "Orders" form
- Previous by thread: Re: Unbound Nested Subform Simulating Continuous Form
- Next by thread: Re: Unbound Nested Subform Simulating Continuous Form
- Index(es):
Relevant Pages
|