I opened my database that I am currently building and everything is gone from the main form. Command Buttons, date/time, etc.
In Design view it's all there, Form view gone.
Can anyone shed some light on why this could be happening?
Mike
I opened my database that I am currently building and everything is gone from the main form. Command Buttons, date/time, etc.
In Design view it's all there, Form view gone.
Can anyone shed some light on why this could be happening?
Mike
Sometimes it's the simple things...
Is the Visible property for each control set to Yes/True? Is there code in the Form_Load event that sets those Visible properties to No/False?
Yes, each item on the form is visible, set to true. And there is no code in the Form_Load.
When first opening the database this morning all was working fine. I deleted some junk data from a table and when returning to the main form all command buttons were missing.
Weird!!!, I'm actually thinking of rebuilding the form.
Okay,
I have a trending graph on the main screen. It seems when I deleted the data that pertained to that graph it not only removed the data points on the graph on the main form, as it should, but took all command buttons of the form as well. Why I can't explain??
I added some junk data back into the table and all controls returned.
Yes, a form is read only, not denying, however I have a graph on the form that has a record source being a query designed from a table. When I deleted all data from the table for some reason caused all control on the form to be gone. (Command buttons, close database, date & time, labels, lines and images that were not affiliated with the table to disappear.)
Ahhh, Ok, Got ya. Yes you are correct. That is the what has happened.