Hi there,
When adding a new table, an underscore ('_') is automatically inserted at the beginning of the table name (WHY?).
Let's say I have 3 tables:
_customers (I did type 'customers')
_requests (I did type 'requests')
_orders (I did type 'orders')
On the 'formatting tab' page, I select the '_requests' table and I use the 'wizard lookup' to select a customer from the list to be added in the corresponding row for the '_requests' table. The same procedure for the '_orders' table (none of the tables are linked as Master-Details).
However, in the dropdown box of the wizard lookup, the following list appears:
_customers
_orders
_requests
<Select table>
So the list order is alphabetically, but due to the underscores, the '<Select table>' option is at the bottom and not on the top as it should be. The problem is that the following drop down boxes are not rendering for the first option, so I cannot select the '_customers table' because it is on top of the list. On the other hand, it is possible to select the '<Select table>' option at the bottom, resulting in the following drop down boxes to render, which does not make sense.
It looks like we're having a bug :-) ?
great job though!
cheers,
Ken