"Milosz Skalecki [MCAD]" <mily242@DONTLIKESPAMwp.pl> wrote in message
news:4F6C0C09-2E2E-46C8-A5EC-8C5690B05BC5@microsoft.com...
> Hi there,
>
> Set default value for this column to GetDate(). Every time a record is
> inserted SQL server will automatically set the value to current date (of
> course if the value was not provided). Have a look here:
>
http://technet.microsoft.com/en-us/library/ms345150.aspx > (search for default value for binding)
>
> Regards
> --
> Milosz
>
>
> "VB Programmer" wrote:
>
>> In my ASPNETDB.MDF database I have a custom table, with a field called
>> "InsertionDate", which tells the user when the record was created. How
>> do I
>> auto-populate this field whenever a record is created? Is this field
>> necessary for this type of info? Thanks
>>
>>
>>