Re: empty date insert into table by Fred
Fred
Mon Jan 26 22:24:42 CST 2004
To represent an empty date field in VFP, use {} as the value:
INSERT INTO yourtable (datefield) VALUES ({})
Fred
Microsoft Visual FoxPro MVP
"Wandy Tang" <anonymous@discussions.microsoft.com.invalid> wrote in message
news:egL0tyI5DHA.1672@TK2MSFTNGP12.phx.gbl...
> Dear All,
>
> I have a table field which type is date.
> How can I insert an empty date to that table field by using insert ...
into
> sql statement? I don't want to set control source bound to that input
field.
> Many thanks.
>
> Regards,
> Wandy Tang
>
>