Click here to Skip to main content
15,887,676 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMemory usage Pin
cstrader23220-Jan-10 17:26
cstrader23220-Jan-10 17:26 
AnswerRe: Memory usage Pin
Abhinav S20-Jan-10 17:49
Abhinav S20-Jan-10 17:49 
AnswerRe: Memory usage Pin
Luc Pattyn20-Jan-10 18:08
sitebuilderLuc Pattyn20-Jan-10 18:08 
GeneralRe: Memory usage Pin
cstrader2324-Feb-10 3:51
cstrader2324-Feb-10 3:51 
GeneralRe: Memory usage Pin
Luc Pattyn4-Feb-10 4:09
sitebuilderLuc Pattyn4-Feb-10 4:09 
GeneralRe: Memory usage Pin
cstrader2324-Feb-10 9:48
cstrader2324-Feb-10 9:48 
GeneralRe: Memory usage Pin
Luc Pattyn4-Feb-10 9:58
sitebuilderLuc Pattyn4-Feb-10 9:58 
QuestionCall function in VBA (Access 2007) Pin
misCafe20-Jan-10 17:06
misCafe20-Jan-10 17:06 
Dear developers,

I have problem in calling function from module in access 2007.

1. Let's see my code:

Public Function insertDB(tblName As String, tblField As String, strValue As String, db As ADODB.Database)
Dim Str As String
Dim Rst As New ADODB.Recordset
Rst.CursorLocation = adUseClient
Str = "Insert into" & tblName & "(& tblField &)" & " Values(" & strValue & ")"
db.Execute Str
End Function

Is it the correct function???


2. How to call this function in the form??


Cheers,

Visoth

Chuon Visoth
Angkor Wat - Cambodia
asp.net - c sharp beginner

AnswerRe: Call function in VBA (Access 2007) Pin
_Damian S_20-Jan-10 17:27
professional_Damian S_20-Jan-10 17:27 
AnswerRe: Call function in VBA (Access 2007) Pin
Steven J Jowett21-Jan-10 10:19
Steven J Jowett21-Jan-10 10:19 
GeneralRe: Call function in VBA (Access 2007) Pin
misCafe21-Jan-10 13:19
misCafe21-Jan-10 13:19 
QuestionExport folder directory listing to Excel with Hyperlinks Pin
cavana120-Jan-10 4:11
cavana120-Jan-10 4:11 
AnswerRe: Export folder directory listing to Excel with Hyperlinks Pin
Steven J Jowett20-Jan-10 7:08
Steven J Jowett20-Jan-10 7:08 
QuestionGetpicture method in ocx Pin
Mohamed Asane19-Jan-10 21:39
Mohamed Asane19-Jan-10 21:39 
AnswerRe: Getpicture method in ocx Pin
Estys20-Jan-10 2:14
Estys20-Jan-10 2:14 
GeneralRe: Getpicture method in ocx Pin
Mohamed Asane20-Jan-10 17:39
Mohamed Asane20-Jan-10 17:39 
GeneralRe: Getpicture method in ocx Pin
Estys21-Jan-10 2:05
Estys21-Jan-10 2:05 
QuestionVB + OleDb.OleDbCommand + MS Access issue. Pin
alexvw19-Jan-10 9:23
alexvw19-Jan-10 9:23 
AnswerRe: VB + OleDb.OleDbCommand + MS Access issue. Pin
dragon_20-Jan-10 2:38
dragon_20-Jan-10 2:38 
GeneralRe: VB + OleDb.OleDbCommand + MS Access issue. Pin
alexvw20-Jan-10 14:12
alexvw20-Jan-10 14:12 
GeneralRe: VB + OleDb.OleDbCommand + MS Access issue. Pin
dragon_20-Jan-10 18:08
dragon_20-Jan-10 18:08 
AnswerSOLVED: VB + OleDb.OleDbCommand + MS Access issue Pin
alexvw30-Jan-10 2:45
alexvw30-Jan-10 2:45 
QuestionHow to change a button background color if i know the name? Pin
spawneditions19-Jan-10 6:36
spawneditions19-Jan-10 6:36 
AnswerRe: How to change a button background color if i know the name? Pin
EliottA19-Jan-10 7:14
EliottA19-Jan-10 7:14 
GeneralRe: How to change a button background color if i know the name? Pin
spawneditions19-Jan-10 7:20
spawneditions19-Jan-10 7:20 

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.