JKDeveloper0718
Programmer
My problem is that I have a form frmApplication and it has a text box called Text680 that has the given value I need. then I have a tab control called tabApplication with a subform called sfrmFamilyMembers. According to an event load I would like to call a dao recordset with the filter coming from the Text680 value in the main form any suggestion on the vba variable call.
I have tried forms!frmApplication!Text680 and tried to set it to a variable or even debug.print but it doesnt like it.
I have tried forms!frmApplication!Text680 and tried to set it to a variable or even debug.print but it doesnt like it.