relationships window problem

smig

Registered User.
Local time
Today, 06:07
Joined
Nov 25, 2009
Messages
2,209
I have a problem with my relationships window
some of the tables are in place I can't see.
I can see the lines connecting to them, but not the table.

any idea how can I bring them all back to center of screen, and rearange ?

Thanks,
Tal
 
Sorry but it is all MANUAL up there. I know it can be a pain - especially if you do something which makes Access rearrange them. You can work hard to set them just right and then you go and do one small thing and BAM! it is now back to all crunched together.
 
I don't care if they all will be crunched together. this will be OK. I'm ready to rearange them.
problem is I can't araneg them as some of them are out of my screen. I can't see them, and can't do any scroll to see them.
 
I don't care if they all will be crunched together. this will be OK. I'm ready to rearange them.
problem is I can't araneg them as some of them are out of my screen. I can't see them, and can't do any scroll to see them.

Can you post a screenshot? I don't think I've ever not been able to scroll to them.
 
look at the line on the right
I guess it's because I opened the database on machine with Hebrew menues (Normaly I only use Herew enabled)
 

Attachments

  • Image1.jpg
    Image1.jpg
    86.9 KB · Views: 412
Interesting. About the only suggestion I can make is to import everything into a brand new blank database and UNCHECK the Include Relationships checkbox under Options so that you can then go set them again.
 
thanks,
guess that's what I'm going to do.
not even sure I realy need the relationships as the user will never have a direct access to the tables.
all work done in forms. most of them use recordsets, only few use querys. but never a direct access to tables.

I have a weired phenomena with one of my tables. not even sure it's related to relationships. this is the most use table in my application.
once in a while I find a record with weired data on it. weired key numbers, and even unrecognized characters in other fields.
to delete this f*** record I must delete all relationships for this table or I get an error: the search key does not exist 9or something similar)

any idea what can cause this ?
 
That is data corruption. Is this a split database (frontend/backend with the frontend as a COPY on EACH user's machine)?
 
I know it'a a data corruption, I just try to find what can cause this.

yes, it is a split db, with a copy of the fe on each machine.
 
A disconnection of the LAN (no matter how brief) can cause it. A bad Network Interface Card (NIC) on either the server or one of the computers can cause it.
 
thanks
so I guess there is no real solution for this
 
I can't fix everything, and can't check my costumer network.
will using recordsets, and temp tables instead of using direct connection (or via query) solve this problems?
 
I can't fix everything, and can't check my costumer network.
will using recordsets, and temp tables instead of using direct connection (or via query) solve this problems?

Nope, sorry. But, if you want to make it a little less susceptible to data corruption you can use SQL Server or SQL Server Express as a backend. That should help with the data. The frontends may corrupt but you can easily give the person for whom it corrupts a new copy.

SQL Server Express 2008, by the way, will store up to 10Gb of data.
 
weired enough this data corruption will be in one table only - the most used one.
that's why I had the idea that using recordsets and temp tables will eliminate the problem.
by temp tables I mean tables that are on the front end machine that store a copy of the data from the back end.
 
by temp tables I mean tables that are on the front end machine that store a copy of the data from the back end.

But then how would you SYNCH it all up in the main backend? Not a pretty picture really.
 
using single record forms, and recordsets.
preventing the user changing data in the multiple records (continious)forms. I also want to do this to have more control over what users are puting in.
as recordsets don't keep constant connection to tables I expect less problems.
 
You can use disconnected ADO recordsets but I've not had to use them. You might post a different question about disconnected recordsets on the forum and then PM Banana and ask him to look at that thread and also let him know that I suggested you PM him to look.
 
I'm really confused. There's a horizontal scrollbar at the bottom of the relationships window -- doesn't it work? If so, scroll to the right until you can see the table, then drag it as far to the left as possible, then scroll over to the left, and drag it some more.

This same thing sometimes happens with the database window itself (pre-2007), i.e., the thing ends up several screens down and over from the main Access window, and the only solution is incrementally scrolling and dragging until you get back to the main window.

I have always wondered where this data is stored. I don't believe it's in the registry.
 
I'm really confused. There's a horizontal scrollbar at the bottom of the relationships window -- doesn't it work? If so, scroll to the right until you can see the table, then drag it as far to the left as possible, then scroll over to the left, and drag it some more.

This same thing sometimes happens with the database window itself (pre-2007), i.e., the thing ends up several screens down and over from the main Access window, and the only solution is incrementally scrolling and dragging until you get back to the main window.

I have always wondered where this data is stored. I don't believe it's in the registry.
David - In this case the horizontal scroll bar was as far to the right as possible but the table was beyond it.
 
as bob said I can't scroll to these tables.
probably because I worked on Hebrew machine at some point.
I imported everything into a new db and now it's OK
 

Users who are viewing this thread

Back
Top Bottom