Click here to Skip to main content
15,891,841 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMy code will not capitalize first letter of line Pin
Jesi52320-Oct-07 9:07
Jesi52320-Oct-07 9:07 
AnswerRe: My code will not capitalize first letter of line Pin
Luc Pattyn20-Oct-07 9:25
sitebuilderLuc Pattyn20-Oct-07 9:25 
GeneralRe: My code will not capitalize first letter of line Pin
Jesi52320-Oct-07 9:41
Jesi52320-Oct-07 9:41 
GeneralRe: My code will not capitalize first letter of line Pin
Luc Pattyn20-Oct-07 10:27
sitebuilderLuc Pattyn20-Oct-07 10:27 
AnswerRe: My code will not capitalize first letter of line Pin
Duane in Japan21-Oct-07 4:31
Duane in Japan21-Oct-07 4:31 
QuestionHow do i call Other programs like office and Excel , Outlook From my VB App Pin
ozzyrocsdbn20-Oct-07 3:54
ozzyrocsdbn20-Oct-07 3:54 
AnswerRe: How do i call Other programs like office and Excel , Outlook From my VB App Pin
Ajay.k_Singh21-Oct-07 21:00
Ajay.k_Singh21-Oct-07 21:00 
QuestionType mismatch error for date field Pin
Trav120-Oct-07 3:00
Trav120-Oct-07 3:00 
Hi,

I am using VB in MS ACCESS and is not able to update a date field in the database, I am taking the value from a textbox in the form.

This is the query I have been using...

s = "Update Table1 set DOB = """ + Text2.Value + """ where name = """ + Text0.Value + """ "
DoCmd.RunSQL (s)

It is showing the type mismatch error.

Can somebody please help me with this.

Thanks
AnswerRe: Type mismatch error for date field Pin
Guffa20-Oct-07 4:07
Guffa20-Oct-07 4:07 
QuestionHow to remove unneccessary information while writing into xml file from vb.net Pin
VB 8.020-Oct-07 2:41
VB 8.020-Oct-07 2:41 
QuestionMonitoring Printer Pin
Dawn Info19-Oct-07 22:46
Dawn Info19-Oct-07 22:46 
AnswerRe: Monitoring Printer Pin
Duncan Edwards Jones20-Oct-07 1:11
professionalDuncan Edwards Jones20-Oct-07 1:11 
QuestionHow to use .xsd file in vb.net programming while generating .xml file [modified] Pin
VB 8.019-Oct-07 22:44
VB 8.019-Oct-07 22:44 
QuestionHow to recive mail from POP3 Server in VB.Net 2005? Pin
hgs24shravgi19-Oct-07 20:38
hgs24shravgi19-Oct-07 20:38 
AnswerRe: How to recive mail from POP3 Server in VB.Net 2005? Pin
MidwestLimey22-Oct-07 12:43
professionalMidwestLimey22-Oct-07 12:43 
QuestionTechnology Conference Registration, need help Pin
jesseax19-Oct-07 16:52
jesseax19-Oct-07 16:52 
AnswerRe: Technology Conference Registration, need help Pin
Scott Dorman19-Oct-07 18:18
professionalScott Dorman19-Oct-07 18:18 
GeneralRe: Technology Conference Registration, need help Pin
jesseax21-Oct-07 17:14
jesseax21-Oct-07 17:14 
Questionusing ErrorProvider in VB HELP!! [modified] Pin
vbDigger'z19-Oct-07 16:13
vbDigger'z19-Oct-07 16:13 
QuestionProblems with Tic Tac Toe game in VB 2005 Pin
JeffMonty19-Oct-07 15:27
JeffMonty19-Oct-07 15:27 
AnswerRe: Problems with Tic Tac Toe game in VB 2005 Pin
Luc Pattyn19-Oct-07 16:12
sitebuilderLuc Pattyn19-Oct-07 16:12 
AnswerRe: Problems with Tic Tac Toe game in VB 2005 Pin
bapu288921-Oct-07 7:57
bapu288921-Oct-07 7:57 
QuestionCan we convert Visual Studio VB to Visual Studio C++? Pin
ATC19-Oct-07 10:11
ATC19-Oct-07 10:11 
AnswerRe: Can we convert Visual Studio VB to Visual Studio C++? Pin
Dave Doknjas19-Oct-07 14:24
Dave Doknjas19-Oct-07 14:24 
QuestionRe: Can we convert Visual Studio VB to Visual Studio C++? Pin
Hamid_RT21-Oct-07 4:59
Hamid_RT21-Oct-07 4:59 

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.