G
Guest
I have remedial VBA skills and I think I could limp my way thru this cutting
and pasting some old code but I would like to know the "preferred" way to
accomplish this.
I've got MyForm with (2) unbound text boxes plus I have (2) tables; JobTable
and AmtTable. From a button on another existing form, I want to:
Open Myform
From JobTable get the first JobNum and load it into a text box on MyForm
Enter a corresponding amount into the second text box
Click an "OK" button on MyForm
Write the first JobNum and the entered amount to AmtTable
Then loop and do it again for the second and subsequent JobNums.
This is a condensed version of what I need to accomplish. Any help with
this code will be appreciated.
Thanks,
Marc
and pasting some old code but I would like to know the "preferred" way to
accomplish this.
I've got MyForm with (2) unbound text boxes plus I have (2) tables; JobTable
and AmtTable. From a button on another existing form, I want to:
Open Myform
From JobTable get the first JobNum and load it into a text box on MyForm
Enter a corresponding amount into the second text box
Click an "OK" button on MyForm
Write the first JobNum and the entered amount to AmtTable
Then loop and do it again for the second and subsequent JobNums.
This is a condensed version of what I need to accomplish. Any help with
this code will be appreciated.
Thanks,
Marc