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
MacDermott - 31 Jul 2005 13:05 GMT
If each JobDetail row has only one Quote Number, why do you have a separate
table for Quotes?
> I've been trying to do this for some time but just cant seem to get it right,
> please help.
[quoted text clipped - 6 lines]
>
> Please help
StuJol - 31 Jul 2005 13:30 GMT
> If each JobDetail row has only one Quote Number, why do you have a separate
> table for Quotes?
[quoted text clipped - 13 lines]
> >
> > Please help
StuJol - 31 Jul 2005 14:48 GMT
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
> > If each JobDetail row has only one Quote Number, why do you have a separate
> > table for Quotes?
[quoted text clipped - 13 lines]
> > >
> > > Please help
MacDermott - 31 Jul 2005 20:27 GMT
I thought whenever you created a quote, you wanted its number to be
transferred to y our JobDetail form...
> i want to be able to a create quotes and not a jobdetail, therefore the
> autonumbers wont go jobdetail id1 and quote 1.
[quoted text clipped - 18 lines]
> > > >
> > > > Please help
Graham R Seach - 31 Jul 2005 15:21 GMT
This might get you started:
http://www.pacificdb.com.au/MVP/Code/MyDialog.htm
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
(Currently in Japan)
---------------------------
> I've been trying to do this for some time but just cant seem to get it
> right,
[quoted text clipped - 10 lines]
>
> Please help