W
William Wisnieski
Hello Everyone,
Access 2000
I have a main form with a continuous subform. On the main form I have a
text box that references a field on the subform. What I'd like it to do is
show the value in the field of the last record entered on the subform. But
what its doing is referencing whatever record the user clicked on last
before closing all the forms. Also if the user cleared the subform field, I
would like the text box on the main form to show a null value as well.
Here is what I have for the control source of the text box on the main form
=[Forms]![frmStudentRecord]![sfrmCommunication]![CommStatus]
Thanks for your help.
William
Access 2000
I have a main form with a continuous subform. On the main form I have a
text box that references a field on the subform. What I'd like it to do is
show the value in the field of the last record entered on the subform. But
what its doing is referencing whatever record the user clicked on last
before closing all the forms. Also if the user cleared the subform field, I
would like the text box on the main form to show a null value as well.
Here is what I have for the control source of the text box on the main form
=[Forms]![frmStudentRecord]![sfrmCommunication]![CommStatus]
Thanks for your help.
William