whateveragain
Programmer
I call formA which displays a table. FormA calls another formB, which allows me to make selections that calls 2 SPs and alters the table displayed in formA. When in formB, focus is no longer on formA. The changes in the tables are made correctly, but the original table still displays when I call it again from formB. What is wrong? I had posted a similar question earlier, but the SP wasn't entered a 2nd time in order to re-process the changes. Now, it does work, but the form doesn't on the 2nd call.