|
-
August 21st, 1999, 05:30 PM
#1
Table Definition
Using DAO - Trying to set properties of fields in database. When I try to set a property that currently contains no value I get an error message stating "Property not found".
Must I create the property first or ...... Any help appreciated
Code:
Using Access database
Dim JournalTD As TableDef
JournalTD.Fields("Incident Number").Properties("Format").Value = "00000"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|