is it possible to lock (or otherwise prevent user from entering data into) a cell on a subform untill a particular cell in the parent form has data entered into it?
Do you mean Fields? Access doesn't have Cells. If you base your form/subform on a query using linked tables then this should work correctly. Look at th Orders form in the Northwind sample DB supplied with Access to see how it is done.