Hello,
I am in access 2003. I have a form that I have been using for a while:
main form: vendors
child: invoices
grandchild: invoice details
It's been up and functional for weeks. All of a sudden, I open the database to find that when I open the form in form view, it is compeletely blank- only a gray screen appears. In design view, everything is as it should be- all the controls are in place.
I checked the visible property of all the subforms and they are all set to visible.
The allow edits of the main form and the child form is set to No, and the grandchild can be adited.
The main form and child are based directly on tables, not queries. The grandchild is based on a simple updatable select statement query.
When I hover the mouse over the blank gray screen in form view, the record counter at the bottom moves through records- it shows 'record 1 of 28', etc- so it is 'seeing' records (the right number of records, by the way), just not showing them to me.
I did not change or even open the form for a couple of days and did not run any vba that impacts the tables on which the form is based.
Does anyone have any ideas what could have caused the form to open only blank in form view?
Thanks in advance for any input anyone might have on this.
I am in access 2003. I have a form that I have been using for a while:
main form: vendors
child: invoices
grandchild: invoice details
It's been up and functional for weeks. All of a sudden, I open the database to find that when I open the form in form view, it is compeletely blank- only a gray screen appears. In design view, everything is as it should be- all the controls are in place.
I checked the visible property of all the subforms and they are all set to visible.
The allow edits of the main form and the child form is set to No, and the grandchild can be adited.
The main form and child are based directly on tables, not queries. The grandchild is based on a simple updatable select statement query.
When I hover the mouse over the blank gray screen in form view, the record counter at the bottom moves through records- it shows 'record 1 of 28', etc- so it is 'seeing' records (the right number of records, by the way), just not showing them to me.
I did not change or even open the form for a couple of days and did not run any vba that impacts the tables on which the form is based.
Does anyone have any ideas what could have caused the form to open only blank in form view?
Thanks in advance for any input anyone might have on this.