Default Table Value

  • Thread starter Thread starter xRoachx
  • Start date Start date
X

xRoachx

Access 2000:

How do you get the default value of a column in a table
using VBA? Thanks.
 
Try:
CurrentDb().TableDefs("MyTable").Fields("MyField").DefaultValue
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top