Tab Control Disappears

J

jbschipper

I am using the Tab Control on Access for the first time. I have
designed my tabs in the design view, but when I go to the form view the
entire thing disappears and allI can see is a blank form. I'd greatly
appreciate some help.
 
T

tina

your problem may have nothing to do with the TabControl. if your form is
bound to a query that returns no records, and if the recordset is not
updateable, or if the form's settings prevent adding new records, then
you'll get a blank form.

hth
 
J

jadeB

Thank you, my problem wasn't with the TabControl at all. I changed my
query a bit and now the forms are no longer blank in Form mode.
 
Top