I can see the subdatasheet, for everyone else it's comes up blank

  • Thread starter Thread starter V-Tech
  • Start date Start date
V

V-Tech

I made a file so that all the department could use it. Worked fine until
yesterday mid day. I was adding a new form completely seperate from the form
in question. On my computer the main form and subdatasheet look just fine.
works fine, but when anyone else opens the same form, where the subdatasheet
should be is a blank white box. all other aspects of the database work just
fine. Only this. I have already tried just reinsterting a new subdatasheet
like new, but it has the same results.
 
I assume that you are doing this in a datasheet form view, because to do so
directly in tables is never a good idea. Subdatasheets really hurt
performance and it's a good idea to turn them off anyway. Instead, use a
subform within a main form. It will improve performance and lower any risks
of corruption.
 
Back
Top