Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Criteria in query 1

Status
Not open for further replies.

Lost500

IS-IT--Management
Joined
Mar 10, 2009
Messages
110
Location
US
hi and thanks for reading.
I have a query where i have two date fields the original and the extended. the extended field is only filled out when the date has been extended what i want to do is include the original date but if the extension has been taken only include the extended date. i don't know if that makes sense but maybe use an if then statement in the query or something with report im lost. any help would be great!
 
Have a look at the Nz function:
Nz([extended date],[original date])

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Thanks PHV! that works great!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top