Click here to Skip to main content
15,909,953 members
Home / Discussions / Database
   

Database

 
GeneralRe: Is it required to install the dababase server in client system, while we are working on client-server application? Pin
Pankaj Kulkarni9-Feb-06 20:39
Pankaj Kulkarni9-Feb-06 20:39 
GeneralRe: Is it required to install the dababase server in client system, while we are working on client-server application? Pin
Dave Kreskowiak10-Feb-06 7:47
mveDave Kreskowiak10-Feb-06 7:47 
QuestionAccess SQL INSERT Pin
braveheartkenya9-Feb-06 14:18
braveheartkenya9-Feb-06 14:18 
AnswerRe: Access SQL INSERT Pin
MuhammadKhanAli9-Feb-06 19:33
MuhammadKhanAli9-Feb-06 19:33 
GeneralRe: Access SQL INSERT Pin
braveheartkenya11-Feb-06 23:13
braveheartkenya11-Feb-06 23:13 
Questionhow to use sqlclient into SQLXML? Pin
essamughal9-Feb-06 8:51
essamughal9-Feb-06 8:51 
QuestionSQLXML: Is the schema file is compulsory? Pin
essamughal9-Feb-06 6:04
essamughal9-Feb-06 6:04 
QuestionUPDATE Command in VBA Pin
codeamin9-Feb-06 2:54
codeamin9-Feb-06 2:54 
Hello everyone,

I have been working with VBA code in MS Access 2003. I have a Command button which sends an email and then update the column of a table. Here is what I have...

<br />
DoCmd.SendObject, , acForMatTXT, strWho, , , strSubject, strText, -1<br />
strSQL = "UPDATE [Action Item Table] SET ysnActionAssigned = -1 " & _<br />
         "Where [Action Item Number] = " Me.Action_Item_Number & ";"<br />
On Error GoTo Err_Execute<br />
CurrentDB.Execute strSQL<br />
on Error GoTo 0<br />
<br />
Err_Execute:<br />
' Here I display error message in a message box<br />


I am getting an error of "Type mismatch". Can someone tell me what is going wrong.
Thank you.

Bashar Amin
Sr. Software Engineer
AnswerRe: UPDATE Command in VBA Pin
Mike Ellison9-Feb-06 5:56
Mike Ellison9-Feb-06 5:56 
GeneralRe: UPDATE Command in VBA Pin
codeamin9-Feb-06 6:00
codeamin9-Feb-06 6:00 
GeneralRe: UPDATE Command in VBA Pin
Mike Ellison9-Feb-06 6:06
Mike Ellison9-Feb-06 6:06 
GeneralRe: UPDATE Command in VBA Pin
codeamin9-Feb-06 6:10
codeamin9-Feb-06 6:10 
GeneralRe: UPDATE Command in VBA Pin
Mike Ellison9-Feb-06 6:27
Mike Ellison9-Feb-06 6:27 
GeneralRe: UPDATE Command in VBA Pin
codeamin10-Feb-06 4:02
codeamin10-Feb-06 4:02 
GeneralRe: UPDATE Command in VBA Pin
Mike Ellison10-Feb-06 5:58
Mike Ellison10-Feb-06 5:58 
AnswerRe: UPDATE Command in VBA Pin
jonathan159-Feb-06 22:49
jonathan159-Feb-06 22:49 
GeneralRe: UPDATE Command in VBA Pin
codeamin10-Feb-06 4:08
codeamin10-Feb-06 4:08 
QuestionHow to dinamically select an entry in connectionStrings at runtime? Pin
Eugenio Lysei Junior9-Feb-06 1:12
Eugenio Lysei Junior9-Feb-06 1:12 
AnswerRe: How to dinamically select an entry in connectionStrings at runtime? Pin
Mike Ellison9-Feb-06 5:59
Mike Ellison9-Feb-06 5:59 
QuestionDelete Data in Excel file Pin
thainam8-Feb-06 20:58
thainam8-Feb-06 20:58 
AnswerRe: Delete Data in Excel file Pin
Mike Ellison9-Feb-06 6:02
Mike Ellison9-Feb-06 6:02 
GeneralRe: Delete Data in Excel file Pin
thainam9-Feb-06 13:58
thainam9-Feb-06 13:58 
GeneralRe: Delete Data in Excel file Pin
Mike Ellison9-Feb-06 14:25
Mike Ellison9-Feb-06 14:25 
Questionwhen will my database corrupt (int type and use identity) Pin
dexom8-Feb-06 20:48
dexom8-Feb-06 20:48 
AnswerRe: when will my database corrupt (int type and use identity) Pin
Colin Angus Mackay8-Feb-06 21:16
Colin Angus Mackay8-Feb-06 21:16 

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.