D
Dave
I am having an issue with editing data in my form that is retrieved from a
stored procedure via ADO. I have narrowed the problem down to how the stored
procedure returns the data which I find very odd. When the stored procedure
has statements such as isnull([Undistributed_Q1],0.0) AS [Undistributed_Q1] I
can't edit data on the form. If I remove the isnull and just return the field
[Undistributed_Q1] then I can edit the data on the form.
Has anyone seen this and is there some kind of work around?
Also, if I can't do this, how can I modify the null values in the form to be
0?
Thanks in advance for the help.
stored procedure via ADO. I have narrowed the problem down to how the stored
procedure returns the data which I find very odd. When the stored procedure
has statements such as isnull([Undistributed_Q1],0.0) AS [Undistributed_Q1] I
can't edit data on the form. If I remove the isnull and just return the field
[Undistributed_Q1] then I can edit the data on the form.
Has anyone seen this and is there some kind of work around?
Also, if I can't do this, how can I modify the null values in the form to be
0?
Thanks in advance for the help.