Hello all who read this, I have a quick question that is puzzling me.
I have just migrated the database store from access to SQL 2005, but I want to continue using the Access front end, e.g. forms, reports vba etc.
Most of the forms work ok but I cant get the reports to work and here are the steps I have looked at.
When I profile SQL 2005 it shows the correct statement executing but the parameters have not been set.
I then checked that the correct value was specified for criteria e.g. [FORMS]![FrmName]!ObjectName.Value etc (i.e. I checked the value of this in VBA immediate window and it was correct)
When i change the criteria to be "?" and then am prompted for a value - this then works ok when i double type the value.
I am stumped, any help much appreciated
"I'm living so far beyond my income that we may almost be said to be living apart
I have just migrated the database store from access to SQL 2005, but I want to continue using the Access front end, e.g. forms, reports vba etc.
Most of the forms work ok but I cant get the reports to work and here are the steps I have looked at.
When I profile SQL 2005 it shows the correct statement executing but the parameters have not been set.
I then checked that the correct value was specified for criteria e.g. [FORMS]![FrmName]!ObjectName.Value etc (i.e. I checked the value of this in VBA immediate window and it was correct)
When i change the criteria to be "?" and then am prompted for a value - this then works ok when i double type the value.
I am stumped, any help much appreciated
"I'm living so far beyond my income that we may almost be said to be living apart