Microsoft Access Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft Access Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old October 26th, 2003, 08:14 PM
Drew Drew is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 2 Drew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Beginner needs help, carrying a value between 2 forms

New with Access. I am building a database and I need to cary a value from one form to another for example: If I have a form that you can enter a persons last name and first name, then you have to go to another form to add personal information, how can I carry the last name value to the personal info form?

Thanks for your help.

Reply With Quote
  #2  
Old October 27th, 2003, 09:57 AM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
By far the easiest way to pass information from one form to another is when you load the second form, leave the first form, with the information captured in its text fields, loaded and just reference the text boxes from the first form and put them in the text boxes on the second form


Code in OnLoad event of Second form

FormSecond.txtFirstName = FormFirst.txtFirstName
FormSecond.txtLastName = FormFirst.txtLastName


When you have the information you need and if you don't want to keep the first form loaded, unload it after capturing the info you need.

This method also limits the amount of Global and Public variables in use.

S-

Reply With Quote
  #3  
Old October 27th, 2003, 05:03 PM
Drew Drew is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 2 Drew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks

Thank you for all your help.

Drew

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft Access Help > Beginner needs help, carrying a value between 2 forms


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway