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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report based on records updated today 1

Status
Not open for further replies.

encode

Technical User
Jan 17, 2003
5
AU
Hi all,

I am currently working on a 'Daily report'. When a record is updated using a form, the date it was changed is added to the record. That part works fine.
The difficulty arises when trying to do a report. The sql query I had been using uses the where statement to filter by date, as shown:
WHERE (((tblPersonalDetails.LastUpdated)=Date()))

On Windows 98, this works great. But on Nt 4 workstation, it doesn't work at all - an error message appears, stating that the function is not available in expressions in query expression.

Does anyone have any ideas to work around this problem?
Thanks.
 
Check to see if the same library references are being used on both type of workstations. There may be something different/missing in the NT workstation.

Get with me if you need assistance with how to do this. Bob Scriver
 
Thanks!!!

I checked, and the CDO reference was missing on the NT workstation - it works fine now...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top