dome
02-21-2002, 12:05 PM
Greetings,
How can I save a calculation that is in a
control source to a field in a record?
Thanks
Dome
How can I save a calculation that is in a
control source to a field in a record?
Thanks
Dome
|
View Full Version : Saving a calc. to a field dome 02-21-2002, 12:05 PM Greetings, How can I save a calculation that is in a control source to a field in a record? Thanks Dome Rich 02-21-2002, 12:17 PM You shouldn't store the value. Calculate it as you are, on a form or in a report or in a query dome 02-21-2002, 12:23 PM Thanks rich, The reason I'd like to save the value is because I'd like to DSUM the result for all the records in my table. Is there a way to save it? Rich 02-21-2002, 12:46 PM Use a query and use DSum on the query if you have to. |