problem with command button (inserts specific text)

Joined
Sep 30, 2012
Messages
1
Reaction score
0
hello to everybody,
I'm new here and this is my first post.
I'm also new in this software area and I have some questions.
As you see in the title I've got a problem with the command button.I want to create a command button (in visual basic) which will insert a specific text into the column's fields of a table.The column's name is "Actions" ,so I write this code in the button click event:
Me.Actions = "my text"
but nothing happens when I press this button.Nothing is added in the column's field.
Can you please suggest me something?
Thank you very much
 
Back
Top