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 / Queries / May 2005

Tip: Looking for answers? Try searching our database.

Multiple Output Per Conditions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
neenmarie - 18 May 2005 18:28 GMT
In an update query, can I somehow do the following:
If Condition 1 is met  update a field in a table from null to "-1"
If Condition 2 is met update the field to  "-0.5"
If Condition 3 is met update the field to " 0"

The conditions are
1) TimeCharged -1 + PrevBal > 0
2) TimeCharged -1 + PrevBal = -0.5
3) TimeCharged -1 + PrevBal < -0.5
Martin J - 18 May 2005 20:21 GMT
The statement in the update to would be like
'IIf([time]=1,1,IIf([time]<1,-0.05,+0.05))'

Signature

HTH
Martin J

> In an update query, can I somehow do the following:
> If Condition 1 is met  update a field in a table from null to "-1"
[quoted text clipped - 5 lines]
> 2) TimeCharged -1 + PrevBal = -0.5
> 3) TimeCharged -1 + PrevBal < -0.5
neenmarie - 19 May 2005 03:12 GMT
Thank you for your response.  It sent me in the right directions.  Thx again

> The statement in the update to would be like
> 'IIf([time]=1,1,IIf([time]<1,-0.05,+0.05))'
[quoted text clipped - 8 lines]
> > 2) TimeCharged -1 + PrevBal = -0.5
> > 3) TimeCharged -1 + PrevBal < -0.5
 
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.