G
Guest
Hallo
I am having problems with the follwoing INSER INTO statment it comes up with
a (Enter Parameter Value) and i dont know why
This is the code
Dim strT As String
Dim strRA As String
strT = "XAAA" ' the strT value will change when opening the form but for
testing i left it as a fixed value
strRA = (strT & "A")
DoCmd.RunSQL "INSERT INTO RACF_Table ( [RACF-ID] ) Values (" & strRA & ");"
This code runs when clicking on the add button
I hope some one can help
I am having problems with the follwoing INSER INTO statment it comes up with
a (Enter Parameter Value) and i dont know why
This is the code
Dim strT As String
Dim strRA As String
strT = "XAAA" ' the strT value will change when opening the form but for
testing i left it as a fixed value
strRA = (strT & "A")
DoCmd.RunSQL "INSERT INTO RACF_Table ( [RACF-ID] ) Values (" & strRA & ");"
This code runs when clicking on the add button
I hope some one can help