C
Cathy
I have a front end/back end designed database that was created in Access
2000. I have some XP users that want to use the database, so I attempted to
created an XP front end using Tools/Database Utilities/Convert Database. I'm
having problems with bringing information from the subform back to the main
form. Is there a reference that needs to be added? If so, which one? Is
there any other change between Access 2000 and 2002/2003 that might be
causing this problem?
My code is:
=IIf([subCategoriesComments2].[Form].[Visible],[subCategoriesComments2].[Form]![subCol1_Amount],(IIf([subCategoriesComments1].[Form].[Visible],[subCategoriesComments1].[Form]![subCol1_Amount],(IIf([subCategoriesComments].[Form].[Visible],[subCategoriesComments].[Form]![subCol1_Amount],0)))))
Thanks for any help you can provide!
2000. I have some XP users that want to use the database, so I attempted to
created an XP front end using Tools/Database Utilities/Convert Database. I'm
having problems with bringing information from the subform back to the main
form. Is there a reference that needs to be added? If so, which one? Is
there any other change between Access 2000 and 2002/2003 that might be
causing this problem?
My code is:
=IIf([subCategoriesComments2].[Form].[Visible],[subCategoriesComments2].[Form]![subCol1_Amount],(IIf([subCategoriesComments1].[Form].[Visible],[subCategoriesComments1].[Form]![subCol1_Amount],(IIf([subCategoriesComments].[Form].[Visible],[subCategoriesComments].[Form]![subCol1_Amount],0)))))
Thanks for any help you can provide!