I've added a SubForm to my main form. I don't want the user to be able to add records to the table that populates the SubForm, but I do want them to be able to edit a record if it is displayed in the SubForm.
I changed the SubForm's "Allow Additions" property to False to prevent users from adding records. When browsing through records in the main form, my SubForm will disappear if there is no record to load.
I did some research and saw where changing the "Allow Additions" property to True will prevent this from happening. But now I'm back where I started. The user can now add records using the SubForm.
Does anyone have a suggestion on what to do with a situation like this??
Thanks,
Crhodus
I changed the SubForm's "Allow Additions" property to False to prevent users from adding records. When browsing through records in the main form, my SubForm will disappear if there is no record to load.
I did some research and saw where changing the "Allow Additions" property to True will prevent this from happening. But now I'm back where I started. The user can now add records using the SubForm.
Does anyone have a suggestion on what to do with a situation like this??
Thanks,
Crhodus