so i am trying to make a recall button, it recalls a form that is searched.
so this is in a public sub called 'Recall()'
I want to make it so when you press the button label3 shows what is recalled.

is this possible?
my failed attempts:
Code:
label3.caption = call Recall
Code:
label3.caption = print Recall
is there a write function?
please help im clueless.....