PC Review


Reply
Thread Tools Rate Thread

Copy information from one form to another

 
 
=?Utf-8?B?Sm9lUA==?=
Guest
Posts: n/a
 
      19th Jul 2007
I have a form called Participant where I enter a person's information. After
I enter the information I want to go to another form called Registration and
register them in a course.
Is there a method to take the information from the Participant form click a
button to open the Registration form and have that person's record
automatically be active in the Name field on the Registration form.

thanks for any help.

JoeP
 
Reply With Quote
 
 
 
 
pietlinden@hotmail.com
Guest
Posts: n/a
 
      20th Jul 2007
On Jul 19, 3:58 pm, JoeP <J...@discussions.microsoft.com> wrote:
> I have a form called Participant where I enter a person's information. After
> I enter the information I want to go to another form called Registration and
> register them in a course.
> Is there a method to take the information from the Participant form click a
> button to open the Registration form and have that person's record
> automatically be active in the Name field on the Registration form.
>
> thanks for any help.
>
> JoeP


If the forms are both open at the same time, sure.

me.MyControl=Forms!OtherForm!OtherControl

But why are you doing this? copying redundant data around is almost
always a bad idea. You can use a combobox with hidden columns to
populate the second form.

 
Reply With Quote
 
=?Utf-8?B?Sm9lUA==?=
Guest
Posts: n/a
 
      20th Jul 2007
Thanks for the information. The reason I am doing it so that when I open the
registration form I don't have to look up the participant. It just will save
me a step in the registration process.

"(E-Mail Removed)" wrote:

> On Jul 19, 3:58 pm, JoeP <J...@discussions.microsoft.com> wrote:
> > I have a form called Participant where I enter a person's information. After
> > I enter the information I want to go to another form called Registration and
> > register them in a course.
> > Is there a method to take the information from the Participant form click a
> > button to open the Registration form and have that person's record
> > automatically be active in the Name field on the Registration form.
> >
> > thanks for any help.
> >
> > JoeP

>
> If the forms are both open at the same time, sure.
>
> me.MyControl=Forms!OtherForm!OtherControl
>
> But why are you doing this? copying redundant data around is almost
> always a bad idea. You can use a combobox with hidden columns to
> populate the second form.
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
To print the selected information from the form along with other information narasimharaosama@gmail.com Microsoft Access Forms 1 17th Sep 2007 08:06 PM
How to copy information from one form to another form =?Utf-8?B?TWF0dA==?= Microsoft Access 0 7th Jul 2006 02:34 PM
Populate a "Hard Copy" form with information from a database Barry McConomy Microsoft Access 2 28th Feb 2005 08:05 PM
Copy information from Excel into Web form green78 Microsoft Excel Programming 0 26th Feb 2004 07:15 PM
How do I copy data from one form over to another form so I don't have to fill out the information twice? Ryan C. Microsoft Access Forms 0 28th Dec 2003 11:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:22 AM.