Click to See Complete Forum and Search --> : Table Definition


August 21st, 1999, 05:30 PM
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"