ezfriend
Registered User.
- Local time
- Today, 00:03
- Joined
- Nov 24, 2006
- Messages
- 242
I have a main form and a subform that was originally design as a one-to-many relationship. Now the users want it to be a one-to-one relationship.
The logical way is probably moving all of the fields in the subform to the table where the main form is loading from. For one db, it is probably not a big deal, but I have serveral databases that are like that so it could be time consuming to move fields and data from one table to anther.
Question: What's the easiest way for me to manipulate the form so that once the subform has the first record, the subform is locked for adding more records? If no subrecords, the subform's Allow Addition should be true. * User should be able to edit the subrecords as they would on the main form.
Any advice is appreciated.
Thanks.
EZ
The logical way is probably moving all of the fields in the subform to the table where the main form is loading from. For one db, it is probably not a big deal, but I have serveral databases that are like that so it could be time consuming to move fields and data from one table to anther.
Question: What's the easiest way for me to manipulate the form so that once the subform has the first record, the subform is locked for adding more records? If no subrecords, the subform's Allow Addition should be true. * User should be able to edit the subrecords as they would on the main form.
Any advice is appreciated.
Thanks.
EZ