Reputation: 1
I just converted my MS Access database from 2000 to 2003 format and then created an executable (.mde) file. The executable works fine, but on one form the screen is blank in form view, even though all of the contols show up in design view. What am I doing wrong?
Upvotes: 0
Views: 592
Reputation: 1
I figured it out. I adventently turned on the filter. When I turned it off, the form displays data again.
Upvotes: 0
Reputation: 48048
Check to see if the query populating the form is returning any rows back.
Upvotes: 1