I have a curious problem.. When i deploy my aplication ade file to users, all of whom have the Access 2003 runtime. Some bound text boxes come up with the error;
'#Name?'
Instead of the result of the calc below;
="Last Update: " & Format([LastUpdate],"dd/mm/yy hh:nn")
The form on which the text box's exist is bound direct to a SQL server 2000 table containing a date field [LastUpdate].
This works fine on my development PC even when using just the runtime???
Any Ideas anyone??
jj
'#Name?'
Instead of the result of the calc below;
="Last Update: " & Format([LastUpdate],"dd/mm/yy hh:nn")
The form on which the text box's exist is bound direct to a SQL server 2000 table containing a date field [LastUpdate].
This works fine on my development PC even when using just the runtime???
Any Ideas anyone??
jj