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 / Reports / Printing / January 2006

Tip: Looking for answers? Try searching our database.

Report linked to Foxpro Table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jaimi - 21 Jan 2006 14:54 GMT
I have a report linked to a Foxpro table.
When I link the table if the dates in Foxpro are blank they comes as time
over to Access. 12:00AM. The records have several fields with dates.

So if I choose one field with a date, and some other fields are blank they
show up as time:

eg
1st Date         2nd Date          Name
12/01/05       12:00AM         Oranges
12/01/05        12/30/05        Red

I want the 12:00AM on the report to show as blank.
How can I do that?

Thanks
John Spencer - 21 Jan 2006 22:29 GMT
Try using an IIF to set zero values to null

Field: FixedDate: IIF([2nd Date]= 0,Null, [2nd Date])

You might need to use
Field: FixedDate: IIF([2nd Date]= #12:00:00 AM#,Null, [2nd Date])

> I have a report linked to a Foxpro table.
> When I link the table if the dates in Foxpro are blank they comes as time
[quoted text clipped - 12 lines]
>
> Thanks
 
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.