David,
Probably a case of a picture worth a thousand words as I think from below
there is some misunderstanding.
Not editing existing records just adding new records.
Parent subform is unbound and is single form (used to add a project)
Nested subform is unbound and is single form (used to add many products for
a single project).
Nested subform is a grid of option buttons, check boxes (each one a product
choice) which the user selects/deselects to to include/exclude products for
the project
Using nested subform as there are five sets of product groups i.e. five
nested subforms, only one subform visible at a time depending on the project
type selected on the parent subform
Suggestions I was seeking originally was on best method (code) to loop
through all the controls on the nested subform and convert these to (many)
records to be saved to the ProjectProducts table relationally for the (one)
project being entered on the parent subform. Primary key for the
ProjectProducts table is (ProjectNr, ProductNr).
Don't think any of the above is mis-use of Access but am certainly not an
expert and if there is a better way of doing this the access way then am
keen to learn so I posted the question. I probably confused the issue by
using the term "simulating continuous form" but by that I meant that the
multiple products were saved to the relational ProjectProducts table as if
they were entered via a continous (date entry) form.
"David W. Fenton" <XXXusenet@dfenton.com.invalid> wrote in message
news:Xns973FCEF9CE4EEf99a49ed1d0c49c5bbb2@127.0.0. 1...[color=blue]
> "Robert" <robertbas@bigpond.com> wrote in
> news:RChuf.166987$V7.83487@news-server.bigpond.net.au:
>[color=green]
>> I'm not meaning to misuse Access.[/color]
>
> You may not be meaning to do so, but you are.
>
> You've rejected all the tools Access gives you to make editing data
> easy.
>
> You're missing one important principle that I believe in: continuous
> forms should not be editable. If, instead, you use a linked single
> form to display and edit the data for a record selected in the bound
> display-only continuous form, you can get the UI you want and have
> all the control you need over when the detail record is
> created/saved (bound or unbound).
>
> --
> David W. Fenton
http://www.dfenton.com/
> usenet at dfenton dot com
http://www.dfenton.com/DFA/[/color]