Hopefully I can explain this properly.
I have a main form from a table with a primary key of IDNUMBER. I have a subform with IDNUMBER from another table that is linked to the first table in a one-to-many relationship. I have a separate screen that allows the user to enter someone's IDNUMBER and the main & subform appear.
Everything works fine, EXCEPT
** when the user finishes entering data in the main form and is brought into the subform, even with IDNUMBER w/property of Locked=YES, that field becomes editable or changes to all zeros.
I need the user to simply see correct the IDNUMBER in the subform and be able to enter data on it and on leaving, have the main form AND subfrom data saved.
MAKE SENSE?
thanks.
I have a main form from a table with a primary key of IDNUMBER. I have a subform with IDNUMBER from another table that is linked to the first table in a one-to-many relationship. I have a separate screen that allows the user to enter someone's IDNUMBER and the main & subform appear.
Everything works fine, EXCEPT
** when the user finishes entering data in the main form and is brought into the subform, even with IDNUMBER w/property of Locked=YES, that field becomes editable or changes to all zeros.
I need the user to simply see correct the IDNUMBER in the subform and be able to enter data on it and on leaving, have the main form AND subfrom data saved.
MAKE SENSE?
thanks.