Sub Forms

  • Thread starter andy_hammer2001(remove)
  • Start date
A

andy_hammer2001(remove)

Hi

I have an Assets type DB, where I have created a form that displays an
employee and this has a sub form that lists the Assets that the employee
is in possession of.

Being a sub form the assets can be amended/updated etc.

Is there a way to lock the subform so that you can view the employee
details and add/update but only view (not amend or update) the asset
details?

Hope this is clear, I am quite new to Access.

Cheers

Andy
 
J

Jeff Boyce

Andy

Are you saying that you want the subform to be locked so that no changes can
be made to data in it? If so, how will the data on Assets get connected to
your Employee?

(check on the subform control's locked property)
 
Top