Jim, Here's one way:
choose vjunk from #values + for sys_table_name + from sys_tables + where sys_table_type = 'system' Or: ... where sys_table_type like 'sys%' On Tue, Jun 1, 2010 at 2:29 PM, Jim Belisle <[email protected]> wrote: > I AM ABLE TO BRING UP THE LIST OF TABLES WITH THE CHOOSE COMMAND WITH NO > PROBLEM. > > CHOOSE vTbledit FROM #TABLES LINES 40 FORMATTED > > > > I am not familiar with how to use the system tables so I how do I limit the > choice to tables that begin with specific letters? > > > > Jim > > >

