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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Opening another form when closing a form



 
 
Thread Tools Display Modes
  #1  
Old September 2nd, 2004, 06:18 AM
HighA
external usenet poster
 
Posts: n/a
Default Opening another form when closing a form

Hi
I would like to form B after I check a yes/no box and close form A. Any
ideas how I do this?
John


  #2  
Old September 2nd, 2004, 06:28 AM
Alex Dybenko
external usenet poster
 
Posts: n/a
Default

you can use Form A Close event to open Form B

if me.MyCheckBox=true then
docmd.openform "formB"
end if

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com


"HighA" wrote in message
...
Hi
I would like to form B after I check a yes/no box and close form A. Any
ideas how I do this?
John




 




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
Opening a Form which is based on a query from other forms Larnoc New Users 1 August 11th, 2004 01:20 PM
How to syncronize a datasheet form and single form? Sandra Using Forms 9 June 16th, 2004 05:24 AM
Recordset in subform based on field in parent form Lyn General Discussion 15 June 14th, 2004 03:10 PM
opening a datasheet record in a form Michael Nol Using Forms 1 June 11th, 2004 12:34 AM


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