Anyone knows the procedure I can write based on this logic:
I have two forms: Form1 and Form2. And two types of members: A and B. If member = A, then Form1.show, if member = B, then Form2.show..
I have problem in declaring the variables and writing the full code...please help..thanks
I have two forms: Form1 and Form2. And two types of members: A and B. If member = A, then Form1.show, if member = B, then Form2.show..
I have problem in declaring the variables and writing the full code...please help..thanks