Have a look at this:and now have a look at this:VB Code:
[B][U]data.recordset.fields("Customer_Name")[/U][/B] = "Juan Lopez"You see the commonality? Now take a look at this:VB Code:
msgbox ([B][U]data1.recordset.fields("Customer_Name")[/U][/B])How do you suppose you would display that field?VB Code:
[B][U]currentRow("Customer_Name")[/U][/B] = "Juan Lopez"




Reply With Quote