I've run into a problem where I have form names stored in a table on SQL server and then when selectivly retrieved and stored into a variable to be opened doesn't work.

For example:

If a have a Form call "frm_vbtest" in the SQL table and I retrieve that value and store it into a String Variable "FormName", I want to be able to pass that variable to the Load or Show command in order to display that form.

By being able to do this I don't have to hard code all my form names using Case statements.

Anyone have any ideas.

Thanks,

Ryan Grim
IS Admin