Marti said:
How do I do this? I want my ofrm to look at something in the query, but it
is not available in hte tabs.
Well, perhaps by dragging a "Tab Control" from the toolbar to your Form
in Form Design View?
But a Tab Control doesn't "look at" the contents of a Query. It's
useful for saving space on the screen by displaying only some subset of
the controls on your Form. Click on Tab 3, and the controls stored
there become (potentially) visible and usable.
If you can't see (e.g., via a Text Box) a value that your Query should
display, you might try putting that control directly onto the Detail
Section of your Form (not using a Tab Control for now) and playing with
it there until it works as you want it to. After it's working, you can
put it back into a Tab Control.
-- Vincent Johns <
[email protected]>
Please feel free to quote anything I say here.