Remember from previous Form

UTK

Engineer Bound
Local time
Today, 15:14
Joined
Oct 13, 2004
Messages
17
Hi,
I am working on a database that stores maintenance records. I have created several forms and tables. One form, ServiceInfo, holds the basic information for each work order. And another form, ServiceDetails, holds the specifics. I have a command button on ServiceInfo that opens a new ServiceDetails form. I am trying to get Access to copy and paste the work order# from a text box in the first form to the work order# box in the second form. The WO# is how the two forms are related, and this would allow the database to update both talbes. How can i do this? Or is there a simpler way to do so?
 
UTK,

Set the DefaultValue for the [WO#] field to:

=Forms![YourMainForm]![WO#]

hth,
Wayne
 
:D Sweet! It worked. I appreciate it.
 

Users who are viewing this thread

Back
Top Bottom