T
Tim
I have a form, FORM1, and behind FORM1's on_click button labeled "Email", I
try to write codes that use a global variable, glbStudID, to hold a value
that affects the whole project. I pass this global variable to another sub
procedure. In this sub procedure, I try to email FORM2 that has a field
matching glbStudID.
The recordset of FORM2 would include StudID=glbStudID and other related
fields. Since the recordset pull out many records so I will use a loop to go
through each Stud, email each student info, and then go to next student.
Is this possible? Thank you.
try to write codes that use a global variable, glbStudID, to hold a value
that affects the whole project. I pass this global variable to another sub
procedure. In this sub procedure, I try to email FORM2 that has a field
matching glbStudID.
The recordset of FORM2 would include StudID=glbStudID and other related
fields. Since the recordset pull out many records so I will use a loop to go
through each Stud, email each student info, and then go to next student.
Is this possible? Thank you.