Incorporating authors name on text box control

D

DontKnow

Hi Guys,

I have a risk form that I want to ensure that the author of a risk is
entered automatically onto a text box that is bound to the "Authorsname"
textbox control.

Each authors name is displayed on the form and I want ot utilise this
control to insert into the textbox of the risk subform.

how do I do this??

I am sorry I have everything else worked out but cannot remember how to
insert the author into the bound textbox??

Please help me!!

Cheers
 
B

Brian

Just set the default value of the Authorsname control on the subform to this:

=Forms.MainForm.Authorsname
 
D

DontKnow

Bloody beautiful Brian!!

Many thanks mate!!

Brian said:
Just set the default value of the Authorsname control on the subform to this:

=Forms.MainForm.Authorsname
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top