Apr 25, 2002 #1 bloggsie IS-IT--Management Joined Mar 9, 2001 Messages 2 Location GB I need to put variables in a report. eg: variable: [field1]+[field2] or ([field1]+[field2]) AS [variable] Does anyone know if this kind of thing is possible. As I am totalling totals, I cannot put the formula's in the query.
I need to put variables in a report. eg: variable: [field1]+[field2] or ([field1]+[field2]) AS [variable] Does anyone know if this kind of thing is possible. As I am totalling totals, I cannot put the formula's in the query.
Apr 25, 2002 #2 Quintios Technical User Joined Mar 7, 2002 Messages 482 Location US Are you looking to perform a calculation in a text box? Wouldn't DLookup work for you there? Onwards, Q- Upvote 0 Downvote
Are you looking to perform a calculation in a text box? Wouldn't DLookup work for you there? Onwards, Q-
Apr 26, 2002 #3 rajeessh Programmer Joined Apr 11, 2002 Messages 207 Location IN You can set any expressions as controlsource including the columns You can define and use varaibales in reports as in forms Upvote 0 Downvote
You can set any expressions as controlsource including the columns You can define and use varaibales in reports as in forms