Scene:
Using Access 2000 upsized to SQL Server from MDB. HAve text box's on form that when single clicked put todays date in, when double clicked sets date to null(clears out the date). Works fine in mdb version. After upsizing the first two text box's work fine in SQL server but the rest of the box's are filled in with #NAME? and I'm asked if I want to debug.
Reading help for what #name? means indicates a possible missing DLL - But why would the two text box's work ok if it's missing a dll ?
Anybody have any ideas ?
I rechecked the forms and properties and verified there seems to be nothing different between the two and the others.
Using Access 2000 upsized to SQL Server from MDB. HAve text box's on form that when single clicked put todays date in, when double clicked sets date to null(clears out the date). Works fine in mdb version. After upsizing the first two text box's work fine in SQL server but the rest of the box's are filled in with #NAME? and I'm asked if I want to debug.
Reading help for what #name? means indicates a possible missing DLL - But why would the two text box's work ok if it's missing a dll ?
Anybody have any ideas ?
I rechecked the forms and properties and verified there seems to be nothing different between the two and the others.