For a Microsoft Access 97 version of this article, see
101084 .
101084 .
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
If the data source you are working with is case-sensitive, use the table and column names exactly as shown. All users must have permission to use the SELECT statement on this table and only the system administrator can have permission to use the DELETE statement on this table.
Column name Data type Allows Null?
--------------------------------------------------------------------
Config A data type that corresponds to a No
2-byte integer, for example SMALLINT
chValue VARCHAR(255) Yes
nValue A data type that corresponds to a
4-byte integer, for example INT Yes
Comment VARCHAR(255) Yes
Nvalue can have a precision of up to Num(9,0).
CONFIG NUM(4,0) NOT NULL
CHVALUE VARCHAR(255)
NVALUE NUM(5,0)*
COMMENTS VARCHAR(255)
NOTE: If you change the nValue value, you must restart Access before the change will actually take place.
Column name Value Explanation
--------------------------------------------------------------------
Config 101 This value indicates that this record
determines password properties.
chValue NULL Reserved for future use.
nValue 0 or 1 Use 0 to prevent the password and login ID
from being stored; use 1 to permit
password and login ID storage.
Comment Enter your own comments here.
Keywords: kbsweptsoltax, kbdatabase, kbdesign, kbhowto, kbinfo, kbusage, kb