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 Transition



 
 
Thread Tools Display Modes
  #1  
Old April 11th, 2008, 07:41 PM posted to microsoft.public.access.forms
mikeinohio
external usenet poster
 
Posts: 58
Default Form Transition

i have 6 forms that collects different information about an employee what i
need ot happen is when you save some basic info that is related to the
previous form? how is this accomplished so that when you add a new employee
to this database you can do it by filling out the first form, select a next
button nd then fill out each addition form and in the mean while the persons
name, adddresss, phone, etc...
  #2  
Old April 11th, 2008, 09:20 PM posted to microsoft.public.access.forms
Golfinray
external usenet poster
 
Posts: 1,597
Default Form Transition

On the first form and on each after that go to the whatever is your last
record to enter (textbox, combo box, list bos, or whatever) go to event, find
after update, and type docmd.openform "the name of the next form",, and
follow the instructions. On the last form if you want ot come back to the
first do the same thing, give it your form name. All your forms need to be
linked so that you get the correct data on each. Go to properties of each
form go to data and check master-child links and make sure they are linked to
a common property.

"mikeinohio" wrote:

i have 6 forms that collects different information about an employee what i
need ot happen is when you save some basic info that is related to the
previous form? how is this accomplished so that when you add a new employee
to this database you can do it by filling out the first form, select a next
button nd then fill out each addition form and in the mean while the persons
name, adddresss, phone, etc...

 




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 11:59 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.