Taff
Registered User.
- Local time
- Today, 16:47
- Joined
- Feb 3, 2004
- Messages
- 158
Hi all,
I have a form with a listbox which displays table names with the following as the rowsource:-
I was wondering if it is possible to have a command button that opens the table that I have selected in my listbox?
Thanks for your help
Anthony
I have a form with a listbox which displays table names with the following as the rowsource:-
Code:
SELECT [msysobjects].[Name], * FROM msysobjects WHERE ((([msysobjects].[Name]) Like "Codes_LP*"));
I was wondering if it is possible to have a command button that opens the table that I have selected in my listbox?
Thanks for your help
Anthony