A
Anthony Viscomi
I would like to thank everyone for all of their continuing assistance on
this issue. I've got a handle on what I am trying to achieve after multiple
failures. He is what I need to do:
I have a table (tbl_OrderB) that is populated via a form (actually a
SubForm) the 2 key fields that are of concern are:
1) ID_B - this is populated from the Parent Form
2) Position (Double)
I've since created another Form (Pop-up) that is linked to the OrderB table
by the ID_B field
I am trying to achieve the incrementation (is this a word?) of the Positon
field within this form where the ID_B field equals the ID_B of the SubForm
and the increment should be .1 of the Max from the recordset with the smae
ID_B.
I hope that my description is helpful.
Thanks in advance!
Anthony
this issue. I've got a handle on what I am trying to achieve after multiple
failures. He is what I need to do:
I have a table (tbl_OrderB) that is populated via a form (actually a
SubForm) the 2 key fields that are of concern are:
1) ID_B - this is populated from the Parent Form
2) Position (Double)
I've since created another Form (Pop-up) that is linked to the OrderB table
by the ID_B field
I am trying to achieve the incrementation (is this a word?) of the Positon
field within this form where the ID_B field equals the ID_B of the SubForm
and the increment should be .1 of the Max from the recordset with the smae
ID_B.
I hope that my description is helpful.
Thanks in advance!
Anthony