hi,
how can i format date in the format i want?
i want to do something like this:
select invoice#, amount from invoice where invoiceDate >= date_format(31/08/2003, "dd/MM/yyyy")
i am using
vb to connect to paradox that is y i need to contruct sql statement into something like this.
thanks!