Need Help

2006-10-16 Thread Sujatha Shanmugasundaram
Hi All, Do anyone know how to retrieve the Field Label for a particular Form through SQL Query?? ___ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

Re: Need Help

2006-10-16 Thread sujatha shanmugasundaram
the first query HTH On 10/16/06, Sujatha Shanmugasundaram [EMAIL PROTECTED] wrote: Hi All,Do anyone know how to retrieve the Field Label for a particular Formthrough SQL Query?? ___ UNSUBSCRIBE or access ARSlist

Re: Need Help

2006-10-16 Thread sujatha shanmugasundaram
from arschema where name= 'Your Form Name' select fieldname, fieldid from field where schemaid = schemaid retrieved from the first query HTH On 10/16/06, Sujatha Shanmugasundaram [EMAIL PROTECTED] wrote: Hi All,Do anyone know how to retrieve the Field Label for a particular Formthrough SQL