Hi All,
I created an electronic document management system (EDMS) in Access 2007. Within the database, users can search for documents by doc number, title, author, mandatory reviewers, etc. I am having problems with the mandatory reviewers field specifically.
In the base table (tblAssociatedDocs) the field's data type is set to Memo, because often there are more than 255 characters required to list all reviewers. When the form (frmDocInfo) is opened, the main form previews the first record and the Mandatory Reviewers field does allow for 255+. However, the datasheet on the bottom has the field maxed at 255.
Any ideas why is this happening? Shouldn't the field in the datasheet have the same format as it does in the top half of the form?
Many thanks!
-L
I created an electronic document management system (EDMS) in Access 2007. Within the database, users can search for documents by doc number, title, author, mandatory reviewers, etc. I am having problems with the mandatory reviewers field specifically.
In the base table (tblAssociatedDocs) the field's data type is set to Memo, because often there are more than 255 characters required to list all reviewers. When the form (frmDocInfo) is opened, the main form previews the first record and the Mandatory Reviewers field does allow for 255+. However, the datasheet on the bottom has the field maxed at 255.
Any ideas why is this happening? Shouldn't the field in the datasheet have the same format as it does in the top half of the form?
Many thanks!
-L