Transfer Data From One Form To Another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been trying to do this for some time but just cant seem to get it right,
please help.

I have one form called"Job Details" which is like a work order. On this form
i have a feild called"QuoteNumber". From the Job Detail form i have a command
button which opens a new form called "Quotes" which when you start adding
details you get a "QuoteNumber" created from AutoNumber. I want to transfer
this "Quote Number" into my "Job Detail" form in the "QuoteNumber" field.

Please help
 
If each JobDetail row has only one Quote Number, why do you have a separate
table for Quotes?
 
i want to be able to a create quotes and not a jobdetail, therefore the
autonumbers wont go jobdetail id1 and quote 1.

You cant create more then 1 autonumber in any one table
 
I thought whenever you created a quote, you wanted its number to be
transferred to y our JobDetail form...
 
Back
Top