G
Guest
I have a form with two sets of text boxes.
Boxes A-G
Boxes 1-2
Boxes A-G feed numbers straight into a table.
Boxes 1-2, make calculations (via a function) based on valued in Boxes A-G,
but pulls values from the table.
Used some basic code from a WROX book to populate values from boxes 1-2 into
a table.
Problem: Form clashes with code for write permissions.
Suspect: as values are entered into boxes A-G, they're not immediately in
the table. They're in some temporary storage place but can be plucked from
the table as if they were. Code is triggered by a change in values in boxes
1-2.
When form is closed, the form and code compete to save the changes to tbl,
it actaully triggers this weird loop.
Need: some code to execute the forms action ahead of the code's (but in the
code), I hope it will cut the loop.
I simplified the problem; this is seemingly the solution. There is one other
ultra simple solution but it does not address other problems down the road
under the time constraint.
Thanks,
Pepe
Boxes A-G
Boxes 1-2
Boxes A-G feed numbers straight into a table.
Boxes 1-2, make calculations (via a function) based on valued in Boxes A-G,
but pulls values from the table.
Used some basic code from a WROX book to populate values from boxes 1-2 into
a table.
Problem: Form clashes with code for write permissions.
Suspect: as values are entered into boxes A-G, they're not immediately in
the table. They're in some temporary storage place but can be plucked from
the table as if they were. Code is triggered by a change in values in boxes
1-2.
When form is closed, the form and code compete to save the changes to tbl,
it actaully triggers this weird loop.
Need: some code to execute the forms action ahead of the code's (but in the
code), I hope it will cut the loop.
I simplified the problem; this is seemingly the solution. There is one other
ultra simple solution but it does not address other problems down the road
under the time constraint.
Thanks,
Pepe