Disappearing Form

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Greetings,

I built a form using the wizard that utilize two tables
that share an index key (Social Security Number). When I
am in design view everything appears as it should. However
when I switch to data view the only thing that appears on
the screen is the background. I also have a relationship
established between identical fields in the two tables.

Thank you

Mike
 
I think this can happen if your form does not allow additions and
contains no existing records. In other words, make sure that Record
Source contains data. It is likely that your relationship is so
restrictive that no records are being returned to be displayed.

Pavel
 
Back
Top