T
Tony Williams
I have used the Time and Billing template from Access 2000 for some time now
and yesterday I upgraded to Access 2003. Now some of the formulas behind
form controls have #Name instead of the correct values eg the following
worked under Access 2000 and Access XP but I now have a problem with Access
2003
=IIf([Print Invoice Time
Subform].[Form].[RecordsetClone].[RecordCount]=0,0,[Print Invoice Time
Subform].[Form]![Total Hours])
Also I'm getting an error message in this line of code
nbrdays = Me.Total_Days which says invalid use of the .(dot) or ! operator
or invalid parenthesis
Again I haven't changed anything it worked OK in 2000 and XP
I realise there are spaces in the field names but this is as it is in the
Microsft template. I haven't changed anything else just did a staright
upgrade. Can anyone help with some reason as to why they won't now work
Thanks
Tony
and yesterday I upgraded to Access 2003. Now some of the formulas behind
form controls have #Name instead of the correct values eg the following
worked under Access 2000 and Access XP but I now have a problem with Access
2003
=IIf([Print Invoice Time
Subform].[Form].[RecordsetClone].[RecordCount]=0,0,[Print Invoice Time
Subform].[Form]![Total Hours])
Also I'm getting an error message in this line of code
nbrdays = Me.Total_Days which says invalid use of the .(dot) or ! operator
or invalid parenthesis
Again I haven't changed anything it worked OK in 2000 and XP
I realise there are spaces in the field names but this is as it is in the
Microsft template. I haven't changed anything else just did a staright
upgrade. Can anyone help with some reason as to why they won't now work
Thanks
Tony