Hello - I have a choice field in SP, that has as one option this "---". In fact, that is the default value in SP when adding a new record, although (perhaps b/c of the format), it doesn't work so I have to go in and choose "---" as the choice for new records. I figured I would try to automate/update this in Access by linking to the SP table. Note that I can update all other fields, and that manually updating to "---" works fine. But when I go to use DAO recordset VBA to update, I get an error whether I use [ChoiceField] or ChoiceField.Value in my VBA. Any suggestions? Thanks!
EDIT - to avoid the weird "---" option, I added an "N/A" option, and getting error 3265 in VBA.
EDIT - to avoid the weird "---" option, I added an "N/A" option, and getting error 3265 in VBA.
Last edited: