M
Mario
Hi there ,
Maybe the subject is not clear , but i'll try to explain here.
I'd like to change the formname in the next code with a variable :
ex : Forms!FrmOrders.Controls("CmdAdd").Caption = "Add"
change it in : Forms!VARIABLENAME.Controls("CmdAdd").Caption = "Add"
I get the formname from a table/query
I tried to do this , but it always gives me an error.
Can anyone help me with this.
Thanks
Mario
Maybe the subject is not clear , but i'll try to explain here.
I'd like to change the formname in the next code with a variable :
ex : Forms!FrmOrders.Controls("CmdAdd").Caption = "Add"
change it in : Forms!VARIABLENAME.Controls("CmdAdd").Caption = "Add"
I get the formname from a table/query
I tried to do this , but it always gives me an error.
Can anyone help me with this.
Thanks
Mario