G
Guest
I have two text boxes in a form: "quoteendleadtime" and
"quotestartleadtime". In the event AfterUpdate for "quotestartleadtime" I am
automatically incrementing "quoteendleadtime" by 1. Here's the formula for
the event:
Me.quoteendleadtime = Me.quotestartleadtime + 1
The problem is that the form field "quoteendleadtime" is showing the correct
number, but when I try to append the form data to a table via a query, the
field is showing zero. Only when I MANUALLY update either field does it
append correctly.
I tried to requery the text box with no success. Any suggestions?
Thanks in advance. Gary
"quotestartleadtime". In the event AfterUpdate for "quotestartleadtime" I am
automatically incrementing "quoteendleadtime" by 1. Here's the formula for
the event:
Me.quoteendleadtime = Me.quotestartleadtime + 1
The problem is that the form field "quoteendleadtime" is showing the correct
number, but when I try to append the form data to a table via a query, the
field is showing zero. Only when I MANUALLY update either field does it
append correctly.
I tried to requery the text box with no success. Any suggestions?
Thanks in advance. Gary