Solved Sometimes the contents of the form disappear

AHMEDRASHED

Member
Local time
Today, 16:30
Joined
Feb 2, 2020
Messages
59
Hi evreyone ,
why Sometimes the contents of the form disappear and needs to restart the database to fix evrey time !


1658308707186.png
 
not enough information to make any real recommendations

best guess is you have a corruption or there is code doing something in the background preventing or circumnavigating the form refresh. Code may be perfectly legitimate but associated with the wrong event
 
not enough information to make any real recommendations

best guess is you have a corruption or there is code doing something in the background preventing or circumnavigating the form refresh. Code may be perfectly legitimate but associated with the wrong event
Thanks for your reply

the below form photo is in normal , but somtime the contents of the form disappear and needs to restart the database to fix same photo above


1658312591907.png
 
and what about code?

I presume your db is split and if multi user, each user has their own copy of the front end. If not this could be a reason why

Only other thing I can suggest is decompile then recompile your code and/or create a new db and import your objects
 
You have cropped the images too tightly. We have no context. If you minimize the ribbon and you have a tall form, if you unminimize the ribbon, it cuts off the top of the form. If you are showing us a subform, you have a similar problem. The subform if it is too tall to fit, will scroll up in the main form. If you don't have scroll bars, you can't scroll it down again.
 
The contents of a form will disappear, if there are no records to display, and the form's record source is non updateable
 
Thanks for your reply

the below form photo is in normal , but somtime the contents of the form disappear and needs to restart the database to fix same photo above


View attachment 101907
Access is event driven. That means forms respond to events. Moreover, the data available to a form depends on a number of conditions, such as filtering and properties set for the form. In other words, it's a dynamic situation and static screenshots are marginally useful in identifying problems. They show the RESULT of the problem, but not how it got there. We need more context, including the processes that lead to this state. What did you do leading up to it?
 
Thank you so much for replies .
above problem happening 3 or 5 times aday and close the database and open again to fix
Actually I don't have a big information on this database ,
, I'm working to create other database because this one not good
 
Can you upload the database so we can see the structure of the tables?
 

Users who are viewing this thread

Back
Top Bottom