Link to home
Start Free TrialLog in
Avatar of kpkirishy
kpkirishy

asked on

Relinking Access to SQL tables produces slow loading forms.....

I am baffled by this one;

I am currently working on a database.  This database has an access 2000 front end and it is LINKED to tables is SQL Server 2000.  Everytime I make any changes to the tables I have to relink them.  This is not a big deal though, as it just takes a second or two.  I have been having problems with Form Loading Speeds.  After working on this for several days something has come to my attention.  Say I have Form1;  when I relink the tables in my database and then open Form1, it takes it 7 seconds to load.  I can leave access, reboot my machine whatever I do everytime I load it, it takes 7 seconds.  Until I go into Form1 in design view and click save.  Thats it ... I don't need to make any changes.. I just go into design view and click on the save icon.  After doing this I load Form1 and it only takes 1 second to load.  I can leave access, reboot the machine... whatever and it only takes 1 second.  As soon as I relink the SQL tables it will resort back to the 7 second load until I save again.  Does anyone have any idea why .... or what I am doing wrong or if there is a workaround?
Avatar of BigSchmuh
BigSchmuh
Flag of France image

Every forms may have an attached RecordSet which definition is stored in the form.
Relinking a table may have an impact on this RecordSet particularly if this RecordSet is using the SELECT * syntax.
==> If you are using selected columns only (not every columns), it means you will have to refresh your forms after refreshing your table links...

Hope this helps.
Avatar of blschrock23
blschrock23

hmmm....also very interesting
Sorry about that but if I don't get the points, I would at least like to see some answer in this topic...

If this is a point attribution error, you may post a "0" point question in the "Community Support" area with subject "Wrong beneficiary, please correct" stating that your question https://www.experts-exchange.com/questions/20780536/Relinking-Access-to-SQL-tables-produces-slow-loading-forms.html must be reviewed.

If not, can you post a small explanation to make this good knowledgebase grows with a new high value answer ?

Best regards.
Avatar of kpkirishy

ASKER

We are not the same person.  We work together.  Blschrock23 posted this question first and then no one answered so I reposted it with more points.  Not one person had anything helpful to say so we just exhcanged each others points so that we could ask another problem we were having.  We never found a solution to this one.
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial