Hi Gurus
I have a module with a bunch of functions that tell me everything about a
table (e.g. the number of children, whether it exists, the table
description, etc..., data-entry quality, etc...)
It would make sense to actually change this module into a class module,
because then, when I program, I can use the "autocomple te" function.
However, if I do so, then the functions would not work in queries and on
controls on forms, etc....
What would you suggest would be the best solution to
a. being able to use the autocomplete and other joys of classes
b. being able to use the individual functions in queries and controls.
TIA
- Nicolaas
I have a module with a bunch of functions that tell me everything about a
table (e.g. the number of children, whether it exists, the table
description, etc..., data-entry quality, etc...)
It would make sense to actually change this module into a class module,
because then, when I program, I can use the "autocomple te" function.
However, if I do so, then the functions would not work in queries and on
controls on forms, etc....
What would you suggest would be the best solution to
a. being able to use the autocomplete and other joys of classes
b. being able to use the individual functions in queries and controls.
TIA
- Nicolaas
Comment