hello there,
anyone can help...
is this possible?
i have a string value of form names in my DB so when my condition passes, the variable string will take over the value , then that value will call the form(variable) as string.
i got an error when i use this code.
dim objForm as form
dim sValue as string
sValue="frmXXX"
set objForm=sValue
objForm.show
This is what the code looks like... i need to convert the variable string to form object
thanks a lot.