I need to get all of the variable names that are declared in a form. I want to be able to put a value in a database like variable 'A' equals xyz. Then at runtime loop through the variables until a variable is equal to the database and set it. I know how to get all of the controls and loop through them but haven't found how to do variables yet. Any help would be appreciated. Thank you.