rodich
Registered User.
- Local time
- Today, 09:47
- Joined
- Nov 24, 2009
- Messages
- 20
Now I have other question.
I have form with unbounded textboxes. After filling I save them with button rstTable!Field1.value = me!textbox1.value and etc.
When I put data in the fields I have problem with 2 of them. I use some text boxes to fill long text in 4 Memo fields.
But in 2 of them data is going to table corectly, for example:
in form field I write "qwerty", and after the save I have in table filed "qwerty"
and data is going the other 2 fileds wrong, for example
in form field I write "asd1234", and after the save I have in table filed "<div>asd1234</div>"
My fileds in the form and the table are:
data of Text box1 added in Field1 - Memo type (is ok)
data of Text box2 added in Field2 - Memo type (is wrong)
data of Text box3 added in Field3 - Memo type (is ok)
data of Text box4 added in Field4 - Memo type (is wrong)
Where is the defect ot my button ?!?!?!
Is this method to save old? How I can to save better?

I have form with unbounded textboxes. After filling I save them with button rstTable!Field1.value = me!textbox1.value and etc.
When I put data in the fields I have problem with 2 of them. I use some text boxes to fill long text in 4 Memo fields.
But in 2 of them data is going to table corectly, for example:
in form field I write "qwerty", and after the save I have in table filed "qwerty"
and data is going the other 2 fileds wrong, for example
in form field I write "asd1234", and after the save I have in table filed "<div>asd1234</div>"
My fileds in the form and the table are:
data of Text box1 added in Field1 - Memo type (is ok)
data of Text box2 added in Field2 - Memo type (is wrong)
data of Text box3 added in Field3 - Memo type (is ok)
data of Text box4 added in Field4 - Memo type (is wrong)
Where is the defect ot my button ?!?!?!
Last edited: