Hi Tommy, > "ProductsPricing" is a subform that I want to read "q2" from. > This will work with the "msrp_price" because it is on the main form. > How do I define a variable for the subform and the oEvent statement?
oSubForm = oForm.getByName( "ProductsPricing" ) or shorter oSubForm = oForm.ProductsPricing Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
