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  

Halting code when going to design view



 
 
Thread Tools Display Modes
  #1  
Old April 30th, 2008, 08:20 AM posted to microsoft.public.access.forms
DubboPete
external usenet poster
 
Posts: 36
Default Halting code when going to design view

Hello all,

I suppose like most here, when I close a particular form, it then
loads the previous form from which the particular form was called.

What I am trying to do is halt the previous form re-loading if I
decide to go straight to design mode.

I guess it would look like this a bit:

If ... "I go to design mode" ... then
halt forms!previousform.visible = true
else
forms!previousform.visible = true
end if

and I was wondering if there is any way of coding this in...

thanks in anticipation

DubboPete
  #2  
Old April 30th, 2008, 03:57 PM posted to microsoft.public.access.forms
Rockn
external usenet poster
 
Posts: 48
Default Halting code when going to design view

Closing a form should not call the previous form unless you have some code
in the background telling it to do so or if the form is a popup or modal.


"DubboPete" wrote in message
...
Hello all,

I suppose like most here, when I close a particular form, it then
loads the previous form from which the particular form was called.

What I am trying to do is halt the previous form re-loading if I
decide to go straight to design mode.

I guess it would look like this a bit:

If ... "I go to design mode" ... then
halt forms!previousform.visible = true
else
forms!previousform.visible = true
end if

and I was wondering if there is any way of coding this in...

thanks in anticipation

DubboPete



 




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


All times are GMT +1. The time now is 03:26 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.