I have a continuous form that is designed for data entry. There are 60 records to be entered from one datasheet and there are hundreds of datasheets. One of the fields is a foreign key that is the same for all 60 records. I would like the data entry person to be able to enter the foreign key only once and have it copied into all 60 cells in the foreign key field.
In the past I have gotten past this problem by embedding the form as a subform in a form where there is a one-to-many relationship with properties set to 'enforce referential integrity' and 'cascade update related fields'. But I need this form to be opened separately and work on its own.
I have started to try using a control button that runs an update query at the end for all blank cells but I worry about inadvertently entering the wrong foreign key into records that for some reason are blank (can't think of why but ...what if?).
Any helpful suggestions are appreciated!!
In the past I have gotten past this problem by embedding the form as a subform in a form where there is a one-to-many relationship with properties set to 'enforce referential integrity' and 'cascade update related fields'. But I need this form to be opened separately and work on its own.
I have started to try using a control button that runs an update query at the end for all blank cells but I worry about inadvertently entering the wrong foreign key into records that for some reason are blank (can't think of why but ...what if?).
Any helpful suggestions are appreciated!!