Hi there,
I hope someone can help. I've inherited a database at work which someone has attempted to modify and which is now causing me problems. Basically the database is split, and the front end has been saved as an .laccdb file. At some point in the past someone has managed to amend a combo box in the front end and add more options to the list it shows. However I don't know how they have done this because, if I look at the data table which contains the row source, the two don't match up.
Combo box in front end: Name A, Name B, Name C, Name D, Name E
Row source in table: Name A, Name B, Name C
I thought that .laccdb files were locked yet somehow the combo box in the form has been edited with these extra options. If I take a local, older version, of the front end (which is still linked to the table) the changes to the row source reflect in the forms so it's almost as if the link between the combo box and the row source has been broken and the extra names coded in somehow.
I hope this doesn't sound too vague but I don't know how to make the combo box pick up the correct values. If anyone can shed some light it would be appreciated.
Thanks