A decade ago I had a professional developer help me out with a database and I've been using the same code since then. But now with MS Access 2007 it does not seem to work.
I have a Form, with a combo box that was populated by all the Tables Descriptions (if there was a description, otherwise it wouldn't show it).
The combo box had the following code in the AfterUpdate: Me!sbfrmTables.SourceObject = "TableSub" & Me.FindTableNames
And the Row Source Type had "tableDescripList" - this is the error producing problem with MS Access 2007. It does not recognize "tableDescripList" as a valid Row Source Type.
Can someone please help me with what I should put next to Row Source Type so this combo box shows all the Tables with a Description?
More Details:
This is a form that had a subform on it. When one selects a table ("table description") from the combo box, it would open a subform that is named TableSubtbl...... (I had created a Form for each of the tables that had descriptions, and named each one with the prefix of TableSub...).
The reason for this - I needed a more user-friendly input form for all the reference tables in my database. So each of the subforms was actually imitating an Excel spreadsheet so the users felt more comfortable entering new data in it.
I would greatly appreciate any help I could get on this. It's been many years since I've done any databases. Also, please assume I do not have very deep knowledge of Access 2007.
Thank you in advance,
Varda