Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

date format in query

Status
Not open for further replies.

xerife007

Technical User
May 7, 2002
40
PT
hi forum,
If i make this query inaccess2000:

INSERT INTO T_Processo1 ( PK_Processo, Data_Inicio, PK_Cliente, ID_Proc_Banco, PK_Empregado )
VALUES ('30', #11-02-2001#, '1', "111", '1');

in field "Data_Inicio" apears 02-11-2001 and i want
11-02-2001. I use this in VB 6.0 and i had teh same problem.

Regards
PJM
 
Hi
have you thought of setting the date format in its TABLE

In the table in design view set field with the date in

Data Type = date/time
input mask in the box below set to short date

hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top