Form and subform

  • Thread starter Thread starter Guest
  • Start date Start date
Not a good idea, Lee. You will cause yourself more problems than you will
solve, including concurrency issues, and possibly even messing up the Seed
of the AutoNumber field.

If you wanted the subform so you could select a record to edit, you could
use a list box instead for the navigation on the unbound main form, and then
put a Form view subform in the subform, naming the list box in the
LinkMasterFields.
 
Could you build a form and subform from the same table

Yes.

You're likely to run into trouble editing records, though, since you
can't have two different forms editing the same record at the same
time.

What are you trying to accomplish?

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top