I set up a database for our Arboretum here to handle registrations for their various classes. The databse works fine on all 4 of my computers and my work computer. However, on the Arboretum PCs is causes an error message re illegal . and !
When we click ok the form comes up and calculates the remaining spaces for a class correctly. All machines run Access 2003, the database is 2003.
The control source for the remaining spaces seems to cause the problem:
=[AvailableSpaces]-IIf([Events Subform].Form.RecordsetClone.RecordCount=0,0,[Events Subform].Form![Total Attendees])
I have checked the references on all machines and they are the same, non of them are marked as missing.
I am at wit’s end. What could cause the problem?
Thanks,
itconc