Blank form in Access 2007

Danielf

Registered User.
Local time
Today, 23:14
Joined
Feb 21, 2000
Messages
103
Hi,

I have installed Access 2007 and I have tried to run my
program written in access 2003 and 2000. It seems to work with a few bugs but my biggest concern is about one particular form. When I open it, I can see the headers but no data. Of course the query from this form is not empty.

At the bottom of the form, I have a total of the records and other calculations but the data are not visible. ( In access 2003, there was of course no problems)

What is very strange is that other forms of my program are well visible.

Any suggestions?

Thanks

Daniel
 
Is it possible to post a stripped down version of your db here? I just got 2007 and I have 2003 and can take a look to see if I can figure it out.
 
Hi Bob,

The .db is too long but I think that I have found the solution: I have added in the code: "Me.FilterOn=False."

I don't know why because it was working without this code
in access 2003

Daniel
 

Users who are viewing this thread

Back
Top Bottom