|
 |
access_asp thread: Adding value to a memo field in Access
Message #1 by Doods Perea <dindo.perea@a...> on Tue, 12 Nov 2002 07:26:57 +0300
|
|
Hello all,
I have a form and an ASP page that allow users to update records in an
access database. However, I would like for my "progress" column/field
(memo type) to be updated with the values that users input via the form;
I don't want his current input replace the existing ones.
The initial solution I had was to show the value of the "progress" field
in the form, and have the users type their input above the existing
values. I was requested however to provide a fresh/blank memo field
that the users can write on.
Any help would be appreciated.
Thanks,
Doods
Message #2 by "Carl E. Olsen" <carl-olsen@m...> on Tue, 12 Nov 2002 07:05:21 -0600
|
|
The only difference between the "text" field and the "memo" field in
Access is that the memo field is a lot larger than the text field. In
HTML you use the input type=text tag for the text field, and the
textarea tag for the memo field.
Carl
> -----Original Message-----
> From: Doods Perea [mailto:dindo.perea@a...]
> Sent: Monday, November 11, 2002 10:27 PM
> To: Access ASP
> Subject: [access_asp] Adding value to a memo field in Access
>
> Hello all,
>
> I have a form and an ASP page that allow users to update records in an
> access database. However, I would like for my "progress" column/field
> (memo type) to be updated with the values that users input via the
form;
> I don't want his current input replace the existing ones.
>
> The initial solution I had was to show the value of the "progress"
field
> in the form, and have the users type their input above the existing
> values. I was requested however to provide a fresh/blank memo field
> that the users can write on.
>
> Any help would be appreciated.
>
> Thanks,
> Doods
>
>
> to unsubscribe send a blank email to leave-access_asp-
> 1112135Q@p...
|
|
 |