Need a work around for this
I want to create a recordset with this data:
Select Isnumeric(ID) as NID, Description FROM Table
and edit it.
current when i try to edit the NID field i get an error
Multi-step operation produced errors. Check each status value.
How can i make this editable
p.s. I do not need to update it to the database it is used only in the App.
Thanks in advance
I want to create a recordset with this data:
Select Isnumeric(ID) as NID, Description FROM Table
and edit it.
current when i try to edit the NID field i get an error
Multi-step operation produced errors. Check each status value.
How can i make this editable
p.s. I do not need to update it to the database it is used only in the App.
Thanks in advance