Hi.. I need help with inserting date from vb6 to dbf table..
Currently, this is the code that I'm using... but I get error from VB.. can anyone advise me on this pls?
VB6 with foxpro dbf tables.
INSERT INTO TRANM (TRAN_DATE)
VALUES (" & Format$(dtTranDate, "{#yyyy\-mm\-dd}#"
& "
Currently, this is the code that I'm using... but I get error from VB.. can anyone advise me on this pls?
VB6 with foxpro dbf tables.
INSERT INTO TRANM (TRAN_DATE)
VALUES (" & Format$(dtTranDate, "{#yyyy\-mm\-dd}#"