I have a database in Access 2000.
Table Structure:
Management table (daily information),
Project table (Project info)
Phases (for data entry into 'Phases' field of Management Table)
These tables are stored in a separate database and linked to the Reports database. I created a query that selects all records over a time period for 1 client. I have a report that takes the query and groups it by phase.
In the "Group Footer_Format method I have the following code:
If [Phase] = "Value-Added Service" Then
sngValueAdded = txtSumHours.Text
End If
This adds up all of the records that are "Value-Added Services" so I can subtract them from the Total to give a "Net Hours" total.
This report worked last week. Now when I run it, I get this error message:
"Error Accessing File: Network Connection May Have Been Lost"
Has anyone experienced this before and now how to fix/work around it?
thanks!
Jason
Table Structure:
Management table (daily information),
Project table (Project info)
Phases (for data entry into 'Phases' field of Management Table)
These tables are stored in a separate database and linked to the Reports database. I created a query that selects all records over a time period for 1 client. I have a report that takes the query and groups it by phase.
In the "Group Footer_Format method I have the following code:
If [Phase] = "Value-Added Service" Then
sngValueAdded = txtSumHours.Text
End If
This adds up all of the records that are "Value-Added Services" so I can subtract them from the Total to give a "Net Hours" total.
This report worked last week. Now when I run it, I get this error message:
"Error Accessing File: Network Connection May Have Been Lost"
Has anyone experienced this before and now how to fix/work around it?
thanks!
Jason