Hi there, I've got myself in a bit of a muddle here.
When you have a field which has a dropdown list of options in the table which you have to use to edit it, I have found that it is not possible to use a recordset to amend it - Access insists that you use the original dropdown menu to select, which is annoying.
Thusfar I've been circumventing it by deleting the troublesome column and moving its data into a normal type column. I then create a dropdown combo box (with manually entered values) in my form which I use to edit the table, which was all I wanted to do at the time and so was completely fine.
Now I desire to utilise the dropdown menu from the table and use it within my form in order to update tables and that is something that I don't know how to do.
Hopefully my question is clear enough. I'd be grateful for any help?
Thanks in advance.
When you have a field which has a dropdown list of options in the table which you have to use to edit it, I have found that it is not possible to use a recordset to amend it - Access insists that you use the original dropdown menu to select, which is annoying.
Thusfar I've been circumventing it by deleting the troublesome column and moving its data into a normal type column. I then create a dropdown combo box (with manually entered values) in my form which I use to edit the table, which was all I wanted to do at the time and so was completely fine.
Now I desire to utilise the dropdown menu from the table and use it within my form in order to update tables and that is something that I don't know how to do.
Hopefully my question is clear enough. I'd be grateful for any help?
Thanks in advance.