Saving Changes To Data In DataRepeater

vgh

New member
Joined
Jul 24, 2012
Messages
1
Programming Experience
Beginner
Hi,

After working for MS Access/VBA for the past 10 years, I've decided to make my next database in VB.net and SQL. Everything is going fine so far, however I'm having trouble with updating the contents of a DataRepeater.

Basically I have tbl_Clients and tbl_Addresses. Each client can have multiple addresses. I've managed to get the data displaying correctly on screen, however when I try and edit the contents of the datarepeater - Im unable to get it to save?

Any pointers?

Thanks in advance.

Shane
 
Back
Top