Hey guys
I created a Quiz in access with three questions for now
I go through each form and at the end when I get all the results back in a form it tells me the question that i wrong and it tells me what my score is when i press exit on the command button I created it closes the form when I go back inside and look at the query and the table I do not see anything in there. not only that
but I added a docmd.save code in the command button but for some reason when someone else is in there I get a message saying save action was cancelled I know why this happens but is there a way around it.
this is the code I use for the command button at the last form when i get all my results
Private Sub cmdexit_Click()
DoCmd.Save
DoCmd.Quit
if you need any further explanation please let me know.
thanks
I created a Quiz in access with three questions for now
I go through each form and at the end when I get all the results back in a form it tells me the question that i wrong and it tells me what my score is when i press exit on the command button I created it closes the form when I go back inside and look at the query and the table I do not see anything in there. not only that
but I added a docmd.save code in the command button but for some reason when someone else is in there I get a message saying save action was cancelled I know why this happens but is there a way around it.
this is the code I use for the command button at the last form when i get all my results
Private Sub cmdexit_Click()
DoCmd.Save
DoCmd.Quit
if you need any further explanation please let me know.
thanks