G
Guest
Hi,
Is there any way to Copy the text from an unbound text
box. And Paste it into a text box that's bound to a table
column, So it will update the table?
When I try this basic method:
Me!Current user = Me!txtName
I get an error stating that the value for the bound
textbox (txtName) can't be set.
I'd prefer to stay away from queries if possible and do it
with code.
Thanks.
Is there any way to Copy the text from an unbound text
box. And Paste it into a text box that's bound to a table
column, So it will update the table?
When I try this basic method:
Me!Current user = Me!txtName
I get an error stating that the value for the bound
textbox (txtName) can't be set.
I'd prefer to stay away from queries if possible and do it
with code.
Thanks.