Hi,
I'm working from a colleague's office today, using her PC to set up what should be a very simple database. My table includes 5 fields, RequiredHours_Mon, RequiredHours_Tue, etc. Data type - Number; Field size - Double; Decimal places - Auto.
I have entered a couple of test records and now I want to get the total weekly hours for each record. The data shows up in the query, but the calculated field just returns a blank. This is what I'm using:
WeeklyTotal: [RequiredHours_Mon]+[RequiredHours_Tue]+[RequiredHours_Wed]+[RequiredHours_Thu]+[RequiredHours_Fri]
This should be so simple. Am I missing something obvious? All I can think is that there's a setting somewhere is Access that's stopping it, a bit like you can turn off automatic calculations in Excel, but I don't know where to look.
It's Windows XP Professional, with Access 2003 SP3.
Any ideas? Thanks!
I'm working from a colleague's office today, using her PC to set up what should be a very simple database. My table includes 5 fields, RequiredHours_Mon, RequiredHours_Tue, etc. Data type - Number; Field size - Double; Decimal places - Auto.
I have entered a couple of test records and now I want to get the total weekly hours for each record. The data shows up in the query, but the calculated field just returns a blank. This is what I'm using:
WeeklyTotal: [RequiredHours_Mon]+[RequiredHours_Tue]+[RequiredHours_Wed]+[RequiredHours_Thu]+[RequiredHours_Fri]
This should be so simple. Am I missing something obvious? All I can think is that there's a setting somewhere is Access that's stopping it, a bit like you can turn off automatic calculations in Excel, but I don't know where to look.
It's Windows XP Professional, with Access 2003 SP3.
Any ideas? Thanks!