Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / January 2005

Tip: Looking for answers? Try searching our database.

Creating and using calculated field on form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kris - 09 Jan 2005 05:47 GMT
I am new to access and have created my first database mostly by wizzard.  
(Don't laugh) I have a form i would like a control to be set to perform a
calculation and place that calculation in a field on a subform.  Please help.
I have created the query and the calculated field works great but I can't
get it on my form.
Rick Brandt - 09 Jan 2005 13:44 GMT
> I am new to access and have created my first database mostly by
> wizzard. (Don't laugh) I have a form i would like a control to be set
> to perform a calculation and place that calculation in a field on a
> subform.  Please help. I have created the query and the calculated
> field works great but I can't get it on my form.

Since you are new I will point out that values that can be calculated are not
normally stored, they are just calculated wherever they are needed on-the-fly
though there are some exceptions to this rule.  If the reason you want to copy
the vlaue into the subform is so it can be saved to a table then this might be a
bad idea.

Provide more details about the data and the calculation.

You can certainly display the result of your query in a control by using
DLookup().

=Dlookup("NameOfField", "NameOfQuery", "optional criteria")

Signature

I don't check the Email account attached
to this message.     Send instead to...
RBrandt    at       Hunter      dot      com

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.