Code for Using F3 needed

ianclegg

Registered User.
Local time
Today, 10:47
Joined
Jul 14, 2001
Messages
58
Can anyone give me an example of using F3 to paste a value stored in a variable into the current field on my form.

I can work out how to use F Keys to display messages but cannnot work out how to paste as in Ctrl+V



Regards

Ian Clegg
 
Ian,

You shouldn't need to try and mimic the behaviour of Function keys. If I am understanding you correctly, then code like this should do what you need...

Me.NameOfYourControl = NameOfVariable
 

Users who are viewing this thread

Back
Top Bottom