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

Dsum form problem - MSACCESS remains open

Status
Not open for further replies.

redbase

Technical User
Nov 21, 2002
21
GB
I am using an unbound textbox with a Dsum calculation as the source to work out totals on an access form. The Dsum is a follows:

=DSum("[SumofDaysLost]","qrySickCount","StaffID =[SickList].Form![StaffID]")

The problem I have encountered is that with this calculation on the form I have trouble closing Access as it causes the MSACCESS.EXE process to remain open.

Is there a way that I can prevent this from happening?

Thank you.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top