Quote:
Originally Posted by Denburt
This is a front end application residing on my desktop PC at work.
It appears as though the database window has moved off to the left, somewhere in time. I tried scrolling (gave up), opened the DB using the shift key again it didn't resolve the issue. I have compacted repaired the DB, I made sure the code was compiled and I always use option explicit.
I do believe it is corrupted my most recent backup (this morning) also corrupted. My backup at noon yesterday appears to be o.k. but that is a LOT of work.
It is a resonably large front end (I have had larger) this DB has gone belly up in the past and I am currently thinking my best option may be to create a new DB and import everything, still time consuming though. Hoping someone may have encountered this before and can point out something I am missing.
I am quite fluent in VBA and I know I can reposition forms and such but I haven't figured out a way to move the Database window.
Thanks
I must admit that I have never seen this anomaly before. Does the following code, with just the Main Form open, bring the Database Window back on Screen?
- DoCmd.RunCommand acCmdTileVertically