I have a form i want displayd when clicking a button in two different forms.
I have Form A, B and C. I want there to be a button in both Form A and B that both opens the Form C.
But heres the thing. I want the C to difference between being opened from A and B. If i open it from A, i want something slight different to happen than if i open it from form B.
How could i do this? I was thinking something like If IsOpen(A) Then, or something like that. I dont know if there is such a function, but thats why i'm asking.
Thanks in advance.
I have Form A, B and C. I want there to be a button in both Form A and B that both opens the Form C.
But heres the thing. I want the C to difference between being opened from A and B. If i open it from A, i want something slight different to happen than if i open it from form B.
How could i do this? I was thinking something like If IsOpen(A) Then, or something like that. I dont know if there is such a function, but thats why i'm asking.
Thanks in advance.