Hi.
I recently developed an Access 2000 database for a client. She recently upgraded her computer from Windows 98SE to Windows XP. The program ran perfectly on her Win 98 OS but is now getting a #Name error in a combo box. This combo box uses a "month" table to allow the user to "enter" a month (January, February, etc) for each record.
RowSource is: SELECT [tblMonthsOfTheYear].[MonthFULLName] FROM tblMonthsOfTheYear ORDER BY [tblMonthsOfTheYear].[orderby];
Default Value is: =monthname(DatePart("m",Date()))
This allows the new record to list the current month in the field.
I copied this database back to a Win98 machine with no changes made and it works perfectly.
Is there something here that Win XP / Access 2000 doesn't like?
Any ideas on how to troubleshoot / fix this?
TIA
K
I recently developed an Access 2000 database for a client. She recently upgraded her computer from Windows 98SE to Windows XP. The program ran perfectly on her Win 98 OS but is now getting a #Name error in a combo box. This combo box uses a "month" table to allow the user to "enter" a month (January, February, etc) for each record.
RowSource is: SELECT [tblMonthsOfTheYear].[MonthFULLName] FROM tblMonthsOfTheYear ORDER BY [tblMonthsOfTheYear].[orderby];
Default Value is: =monthname(DatePart("m",Date()))
This allows the new record to list the current month in the field.
I copied this database back to a Win98 machine with no changes made and it works perfectly.
Is there something here that Win XP / Access 2000 doesn't like?
Any ideas on how to troubleshoot / fix this?
TIA
K