I am adding a field to a table as DATE , but I don't know how to set the format programatically to Short date
any ideas -
using the following code
Dim DB As Database
Set DB = OpenDatabase("C:\Program files\Compair Service Management\SQSV2CUST.MDB")
DB.Execute "ALTER TABLE TblContractQuotes ADD COLUMN [sparedate] DATE;"
DB.Close
any ideas -
using the following code
Dim DB As Database
Set DB = OpenDatabase("C:\Program files\Compair Service Management\SQSV2CUST.MDB")
DB.Execute "ALTER TABLE TblContractQuotes ADD COLUMN [sparedate] DATE;"
DB.Close