gstylianou
Registered User.
- Local time
- Today, 23:21
- Joined
- Dec 16, 2013
- Messages
- 359
Good Evening,
Is it possible to executed a vba code or routine which has been stored into a field (Long Text Field) ? I would like to run the code through a standard command Button. Is that possible and if so, how?
Attached there is an example of the code to wish run:
Private Sub Form_Load ()
'
If me.ControlLang = 1 Then
cmdLanguage (1)
ElseIf me.ControlLang = 2 Then
cmdLanguage (2)
End If
End Sub
Is it possible to executed a vba code or routine which has been stored into a field (Long Text Field) ? I would like to run the code through a standard command Button. Is that possible and if so, how?
Attached there is an example of the code to wish run:
Private Sub Form_Load ()
'
If me.ControlLang = 1 Then
cmdLanguage (1)
ElseIf me.ControlLang = 2 Then
cmdLanguage (2)
End If
End Sub