freddydog
Programmer
- Jan 28, 2007
- 14
I have a form with multiple pages. The page forms are identical .. the only difference is the source (query ... all the data comes from one table but varies by a status code).
Is there an easy way to use one set of routines/code for all the pages ... varying only by a parameter which identifies the page of origin/status code. The code has many routines e.g. deleting rows, updating row ... so it's not like invoking a function.
Thanks for any help.
Is there an easy way to use one set of routines/code for all the pages ... varying only by a parameter which identifies the page of origin/status code. The code has many routines e.g. deleting rows, updating row ... so it's not like invoking a function.
Thanks for any help.