Fail to insert Child Table

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

I use this approach for every form, However, I got an error and I don't know
What does it mean ??
Please Help
myDataRow = dtCurrency.NewRow()
Try
myDataRow.Item("currcode") = Me.txtCurrCode.Text.Trim
catch err as ex
I got an error that "no value at index 0"
end try
 
Agnes,

You are sure you have a column with the exact name currcode, no uppercases
and as well those two times "rr"?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top