Hi Gert, > Assume I have two table fields Qty and CostPrice. How can I create a form > field that displays the result of Qty * CostPrice?
You cannot do this in a form, but in a query. Create a query which contains all fields of interest, plus "Qty * CostPrice", and base your form on this query. 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]
