create unbound memo in form

M

missinglinq via AccessMonster.com

A memo is a type of field in a table, so you cannot create an unbound "memo"
 
S

segurarl

Thanks!
I want to display my "terms" for using the database. I'm talking about three
pages of text!
I don't want to use a table with a memo field because It could be changed by
users.
I don't want to block access to tables in this database, so I'm looking for
another way.
If I can use a form, then when I send the "mde" file users will not change it.

If there is a better way, please let me know.

Thank you again!!!
 
J

John W. Vinson

Thanks!
I want to display my "terms" for using the database. I'm talking about three
pages of text!
I don't want to use a table with a memo field because It could be changed by
users.
I don't want to block access to tables in this database, so I'm looking for
another way.
If I can use a form, then when I send the "mde" file users will not change it.

Then put the text in a big Label (or series of labels).

John W. Vinson [MVP]
 
Top