R
Rosemary
This is a continuation of post on 2/11. I have a form with 6 tabs on it. I
see them all, but when a user opens it, they only see the 1st tab. I've made
sure that there's no VBA code setting the visible property to false, I've
made sure the visible property on all the subforms is true. I've been
comparing to another tabbed form that works, and the only thing I can see is
that I don't have a query on the main form, but have a query for each subform
on the tabs. Therefore, I have nothing linking the main form to all the
subforms. Could this be the problem? All the information comes from one
table, the tabs represent the 6 volume bands in the table.
Hope someone can help!
see them all, but when a user opens it, they only see the 1st tab. I've made
sure that there's no VBA code setting the visible property to false, I've
made sure the visible property on all the subforms is true. I've been
comparing to another tabbed form that works, and the only thing I can see is
that I don't have a query on the main form, but have a query for each subform
on the tabs. Therefore, I have nothing linking the main form to all the
subforms. Could this be the problem? All the information comes from one
table, the tabs represent the 6 volume bands in the table.
Hope someone can help!