G
Guest
Is there a way to determine the contents of a variable given the variable name as a string?
I'm trying to do something like the switchboard with a column I'll call Paramter. This column will contain something like "[ProductId]=?". I can parse the string so that I have a variable (FormParam) that equals "ProductId", and I want to find out what Me.ProductId contains.
I'm trying to do something like the switchboard with a column I'll call Paramter. This column will contain something like "[ProductId]=?". I can parse the string so that I have a variable (FormParam) that equals "ProductId", and I want to find out what Me.ProductId contains.