I've got an excel document consisting of two sheets.
In the first there are two scorecard layouts and on each scorecard one cell contains the name of the current player who's scorecard it will be. The reason for having two different scorecards on each print is that they are gonna be in A5...
Now I got it to work!! Thanks for helping me! That error message was only due to my own fatigue, been in front of this screen for 25h in a row now... Sorry!
Yes, the table roundResults is really basic with not much more fields than anmNr, name, firstRound, secondRound etc.
To me it looks really ok with that code! Still it gives me that error message...
Thanks for the quick reply! I'm getting the picture and I've changed all variables to the correct ones. Still I get this error:
'runtime error '3061' too few parameters. Expected 1.'
My code now looks like this:
Private Sub Kryssruta162_Click()
Dim rs As Recordset
Set rs =...
I'm kind of lost when it comes to VB coding in MS Access and I'd need some help.
By clicking on a checkbox in my form I'd like the value of a textbox to be inputted in a column called "firstRound" in one of the tables called "roundResults".
How is this possible? Would really appreciate your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.