T
TonyAntique via AccessMonster.com
I am sure the solution as ever is simple but I can't crack it!
1 have two strings passed into a form eg. as:-
strForm = "frmTest"
strField = "txtDescription"
And I want to get them as say:-
Form_frmTest.txtDescription.value = ""
But
Form_strForm.strField.value = ""
obviously does not work.
Any ideas - Thanks Tony.
1 have two strings passed into a form eg. as:-
strForm = "frmTest"
strField = "txtDescription"
And I want to get them as say:-
Form_frmTest.txtDescription.value = ""
But
Form_strForm.strField.value = ""
obviously does not work.
Any ideas - Thanks Tony.