I am using the following code which i got from the faq page to add data to my users table. The value is added but I still get the default access not in list message.
If MsgBox(Message1 & NL & Message2, vbQuestion + vbYesNo, Title) = vbYes Then
Response = acDataErrAdded...