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  

forms passing values



 
 
Thread Tools Display Modes
  #1  
Old April 10th, 2008, 02:59 PM posted to microsoft.public.access.forms
Rpettis31
external usenet poster
 
Posts: 96
Default forms passing values

I have a form that is filled out by Customer Service if there is a follow up
with the form an new form is generated and fields such as problem, item
number are passed to this new form.

My question is how do you get the values that are passed to the new form to
be saved. This way the new form can be opened for review.
  #2  
Old April 10th, 2008, 03:42 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default forms passing values

Forms don't contain any data. they are just a "window" through which you may
manipulate data. So, you can't really save data in a form.

What is the record source for the first form?
What is the record source for the new form?
How are these data related?
--
Dave Hargis, Microsoft Access MVP


"Rpettis31" wrote:

I have a form that is filled out by Customer Service if there is a follow up
with the form an new form is generated and fields such as problem, item
number are passed to this new form.

My question is how do you get the values that are passed to the new form to
be saved. This way the new form can be opened for review.

  #3  
Old April 10th, 2008, 05:04 PM posted to microsoft.public.access.forms
Rpettis31
external usenet poster
 
Posts: 96
Default forms passing values

The first form is called Customer service Issue it is linked to a table of
the same name. I have a date of issue field on the form whose control source
=date(). How do I caputure that date rather than everyday it changes due to
the command.

Also when I open the second form I am using =Forms!CustSvcIssue!Cust Issue Id.
This is to pull field values from the first form into the second form. What
I realize is that I can not open the second form on its own because the
information is not captured. I would like to be able to capture the data
((copy paste special values))
into the second form so it can be used on its own.


"Klatuu" wrote:

Forms don't contain any data. they are just a "window" through which you may
manipulate data. So, you can't really save data in a form.

What is the record source for the first form?
What is the record source for the new form?
How are these data related?
--
Dave Hargis, Microsoft Access MVP


"Rpettis31" wrote:

I have a form that is filled out by Customer Service if there is a follow up
with the form an new form is generated and fields such as problem, item
number are passed to this new form.

My question is how do you get the values that are passed to the new form to
be saved. This way the new form can be opened for review.

  #4  
Old April 10th, 2008, 05:10 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default forms passing values

You need a field in your table to store the date of issue.
Instead of putting = Date() in the Control Source, put it in the Default
Value property. Then bind the control the field to store the date of issue.

Now, for new records, it will default to the current date, but an existing
record will retain the original date. Then if you are opening the second
form based on a specific date, you wont have a problem.
--
Dave Hargis, Microsoft Access MVP


"Rpettis31" wrote:

The first form is called Customer service Issue it is linked to a table of
the same name. I have a date of issue field on the form whose control source
=date(). How do I caputure that date rather than everyday it changes due to
the command.

Also when I open the second form I am using =Forms!CustSvcIssue!Cust Issue Id.
This is to pull field values from the first form into the second form. What
I realize is that I can not open the second form on its own because the
information is not captured. I would like to be able to capture the data
((copy paste special values))
into the second form so it can be used on its own.


"Klatuu" wrote:

Forms don't contain any data. they are just a "window" through which you may
manipulate data. So, you can't really save data in a form.

What is the record source for the first form?
What is the record source for the new form?
How are these data related?
--
Dave Hargis, Microsoft Access MVP


"Rpettis31" wrote:

I have a form that is filled out by Customer Service if there is a follow up
with the form an new form is generated and fields such as problem, item
number are passed to this new form.

My question is how do you get the values that are passed to the new form to
be saved. This way the new form can be opened for review.

 




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:43 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.