Hello everyone.
I have a template of a form that I created. When I click on the 'Update' Button whilst my App is running a 'Ghost' form of the template is created but all infomation is entered automatically.
I have a text box on there named txtStage where the text keeps changing when buttons are pressed. On my database form I have anotherone called txtStage aswell.
The whole idea is for these 2 to mmatch but I have one slight problem.
Because it is a Ghost of the Template and therefore does not really exist I cant get the txtStage on the database form to update so it matches the one on the Ghost Form.
Im using
Code:
frmJobDatabase.txtStage.Text = frmREG.txtStage.Text
Is there a way that instead of using the frmREG I can use some code that will pick up the caption of the form instead?
Im new. Please be gentle :)