When do you call the edit method. In VB, I can use the following code to do the required manipulation With Recordset_ .edit (manipulation) .update end with
Did you try to do the same thing in LabVIEW (the same order, after you have the right reference to the recordset). I know this kind of problem from VB too. I didn't try it in LV but I supposed it should be the same. Let me know if it doesn't work.
I've tried desperately to get it to work, but I've had no luck. I want to edit the last record so I MoveLast, Edit, then I go to Fields, then _Field,and then write the value. I always get Invalid DAO.Argument
I've tried desperately to get it to work, but I've had no luck. I want to edit the last record so I MoveLast, Edit, then I go to Fields, then _Field,and then write the value. I always get Invalid DAO.Argument