Click here to Skip to main content
16,005,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB6 - how to bitstream Pin
halsboss11-May-09 3:15
halsboss11-May-09 3:15 
Questionhow to find ascii value? Pin
JC.KaNNaN29-Apr-09 20:35
JC.KaNNaN29-Apr-09 20:35 
AnswerRe: how to find ascii value? Pin
_Damian S_29-Apr-09 20:53
professional_Damian S_29-Apr-09 20:53 
AnswerRe: how to find ascii value? Pin
Baran M30-Apr-09 1:00
Baran M30-Apr-09 1:00 
GeneralRe: how to find ascii value? Pin
JC.KaNNaN3-May-09 23:58
JC.KaNNaN3-May-09 23:58 
GeneralRe: how to find ascii value? Pin
JC.KaNNaN5-May-09 3:13
JC.KaNNaN5-May-09 3:13 
QuestionVB.NET and Access 2007 Database Engine Pin
Rick_Mutimer29-Apr-09 20:03
Rick_Mutimer29-Apr-09 20:03 
AnswerRe: VB.NET and Access 2007 Database Engine Pin
_Damian S_29-Apr-09 20:31
professional_Damian S_29-Apr-09 20:31 
This is a common issue with Access - has been for years...

Trick is to use this date format when writing your SQL to store the dates:

yyyy-mm-dd

Access doesn't actually store dates in a specified "date" format - it simply converts them and displays them however your code requests it to when you get it back out again.

Sadly, there's no easy way to fix your date issue (in your data) - as you have correctly identified that some dates are correct, and some aren't.

Hope this helps.

Knowledge is knowing that the tomato is a fruit. Wisdom is not putting it in fruit salad!!

Booger Mobile - Camp Quality esCarpade 2010

GeneralRe: VB.NET and Access 2007 Database Engine Pin
Rick_Mutimer29-Apr-09 21:08
Rick_Mutimer29-Apr-09 21:08 
Questioncounting rows Pin
p_m_kanthi29-Apr-09 19:18
p_m_kanthi29-Apr-09 19:18 
AnswerRe: counting rows Pin
SayreCC29-Apr-09 19:25
SayreCC29-Apr-09 19:25 
QuestionVales from parent to child and vice versa Pin
rajulama29-Apr-09 16:20
rajulama29-Apr-09 16:20 
AnswerRe: Vales from parent to child and vice versa Pin
Christian Graus29-Apr-09 16:32
protectorChristian Graus29-Apr-09 16:32 
GeneralRe: Vales from parent to child and vice versa Pin
rajulama29-Apr-09 17:06
rajulama29-Apr-09 17:06 
GeneralRe: Vales from parent to child and vice versa Pin
Christian Graus29-Apr-09 17:43
protectorChristian Graus29-Apr-09 17:43 
QuestionVB code that will search network folders Pin
akakoom29-Apr-09 8:24
akakoom29-Apr-09 8:24 
AnswerRe: VB code that will search network folders Pin
Henry Minute29-Apr-09 8:41
Henry Minute29-Apr-09 8:41 
Question[Message Deleted] Pin
ymilan29-Apr-09 5:04
ymilan29-Apr-09 5:04 
AnswerRe: Need Assistance on VB.NET code for DoDragDrop events Pin
Henry Minute29-Apr-09 5:47
Henry Minute29-Apr-09 5:47 
QuestionInstall certificate... Pin
p_196029-Apr-09 0:44
p_196029-Apr-09 0:44 
AnswerRe: Install certificate... Pin
Dave Kreskowiak29-Apr-09 7:58
mveDave Kreskowiak29-Apr-09 7:58 
QuestionIF ELSE or LOOP Pin
vijay248229-Apr-09 0:10
vijay248229-Apr-09 0:10 
AnswerRe: IF ELSE or LOOP Pin
riced29-Apr-09 8:24
riced29-Apr-09 8:24 
AnswerRe: IF ELSE or LOOP Pin
riced29-Apr-09 22:36
riced29-Apr-09 22:36 
GeneralMessage Closed Pin
29-Apr-09 23:38
vijay248229-Apr-09 23:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.