Add text to an existing text in a form

Lourenço

New member
Local time
Today, 11:37
Joined
Mar 1, 2016
Messages
4
Hi great people.

i have another issue, and i need your help please.


Here is the deal:
- i have a field in a table caled text.
- I have a form that have a text box caled txtTEXT.
What i what is everi time i hopen that expecified record and tipe some text in the form, he will ADD that text into the table whitout delete the existing text int the table bur adding it in the butom.

Many thanks in advance
 
- i have a field in a table caled text.
Bad idea using a reserved word for a field name. Didn't you get a warning about this when you added it?
have a form that have a text box caled txtTEXT.
Is that bound to the field name "text"?

What i what is everi time i hopen that expecified record

What specifies the record?

and tipe some text in the form, he will ADD

Who will add?

that text into the table whitout delete the existing text int the table bur adding it in the butom.

Why would text be deleted? Bottom of what?
 
on your form's property Data->Dataentry->True.
 

Users who are viewing this thread

Back
Top Bottom