A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Form opens SLOW when "Allow Addtions" set to No



 
 
Thread Tools Display Modes
  #1  
Old December 7th, 2005, 07:21 AM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Form opens SLOW when "Allow Addtions" set to No

I have a frontend with some fairly complicated forms (lots of tabs). It
took me some time to figure out - but when I set the "Allow Additions"
attribute to "No" the form takes 45 seconds to open. When I set the
attribute back to "Yes" it only takes 5 seconds. I'm thinking this
attribute must be interacting with another attribute. Could that be it
or is it something else?

  #2  
Old December 7th, 2005, 03:44 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Form opens SLOW when "Allow Addtions" set to No

Could be quite a lot of things.

Work through each of the items in the Access Performance FAQ at:
http://www.granite.ab.ca/access/performancefaq.htm

That should solve it, but if you are still stuck I guess you could leave
Allow Additions as Yes, and cancel the BeforeInsert event of the form
instead:
Private Sub Form_BeforeInsert(Cancel As Integer)
Cancel
MsgBox "Nah: no new ones please."
End Sub

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Redstone" wrote in message
oups.com...
I have a frontend with some fairly complicated forms (lots of tabs). It
took me some time to figure out - but when I set the "Allow Additions"
attribute to "No" the form takes 45 seconds to open. When I set the
attribute back to "Yes" it only takes 5 seconds. I'm thinking this
attribute must be interacting with another attribute. Could that be it
or is it something else?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot Table opens in form view Ben Using Forms 0 September 16th, 2005 05:16 PM
strategy for data entry in multiple tables LAF Using Forms 18 April 25th, 2005 04:04 AM
Design help, please SillySally Using Forms 27 March 6th, 2005 04:11 AM
Strange stLinkCriteria behaviour on command button Anthony Dowd Using Forms 3 August 21st, 2004 03:01 AM
dlookup miaplacidus Using Forms 9 August 5th, 2004 09:16 PM


All times are GMT +1. The time now is 12:48 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.