I have written a module that prompts the user to input the name of the table it is supposed to operate on. Is there a way to display a list of the tables to the user instead? I would like to do this so that I can do away with the error handling for invalid input. I know I could enumerate through the tabledefs collection and put them in a listbox, but I was wondering if there was a built in function that Microsoft provided. Why reinvent the wheel?
Thanks for any help
Thanks for any help