I've succeded in populating the field of a form using code from another form; however, it seems that the field is populated too late to use the data. I have no problem getting the information into the field; the problem is that all events occur before the field is filled which means I can't act on the data upon opening, loading, current... etc.
Any suggestions on how I could get the code to begin after the field is populated instead of before.
Any suggestions on how I could get the code to begin after the field is populated instead of before.