I have a data entry form with a subform. The main form is used to enter the Task information while the subform is used to enter and list specific details associated with this new task. The subform is a continuous form that will not show any records at first but will allow new details to be added.
The Detail table is related to the Task table by the Tasks ID number (autonumber). My problem is I can't pass the new autonumber to the subform because the subform opens first.
Any help would be appreciated
Thanks
The Detail table is related to the Task table by the Tasks ID number (autonumber). My problem is I can't pass the new autonumber to the subform because the subform opens first.
Any help would be appreciated
Thanks