G
Guest
Hello,
I have the following:
INPUT_NUMBER: input a number
DN: True if Area_Code merged with INPUT_NUMBER are found in DN tbl
Sometimes Area_Code and/or INPUT_NUMBER needs to be changed on the fly. I
need to check on the fly if the new number, e.g. Area_Code merged with
INPUT_NUMBER, are in the DN tbl. If found, I need to automatically update
the DN for that record to immediately change from False to True. (This would
cause a conditional formatting to disable several controls so the client is
not called).
I am attempting this via macros and OpenQueries, but it appears once the
form is opened, I can not force the form to recheck the tbl to see if DN has
changed, thus the client could be in the DN list and staff would call the
client when they should not have called him.
How can I make a changing of this number force a macro (or whatever may be
best) to update the tbl and force the opened form to "see" the change in DN,
thus, preventing an unnecessary call?
Thanks
I have the following:
INPUT_NUMBER: input a number
DN: True if Area_Code merged with INPUT_NUMBER are found in DN tbl
Sometimes Area_Code and/or INPUT_NUMBER needs to be changed on the fly. I
need to check on the fly if the new number, e.g. Area_Code merged with
INPUT_NUMBER, are in the DN tbl. If found, I need to automatically update
the DN for that record to immediately change from False to True. (This would
cause a conditional formatting to disable several controls so the client is
not called).
I am attempting this via macros and OpenQueries, but it appears once the
form is opened, I can not force the form to recheck the tbl to see if DN has
changed, thus the client could be in the DN list and staff would call the
client when they should not have called him.
How can I make a changing of this number force a macro (or whatever may be
best) to update the tbl and force the opened form to "see" the change in DN,
thus, preventing an unnecessary call?
Thanks