Good day all,
My db has a front end / back end for a multi user environment. In the BE, I have a table with a field using a combo box. I set the control source, (Table/Query), column widths (0;1.25), column count (2) and bound columns (1). All is good in the BE. When I look at the same table in the FE, all is the same except column count. It only shows (1) which is the TableID field. The data I really need to get to is contained in the second column. Can I force the FE to mirror the data design in the BE or should I make the BE column count (1) and remove the ID field?
Thank you