Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: i m not able to update my data using below program .... please check and do needfull for me..... Private Sub Command1_Click() Data1.Recordset.AddNew End Sub Private Sub Command2_Click() Data1.Recordset.Update End Sub Private Sub Command3_Click() Data1.Recordset.Edit End Sub Private Sub Command4_Click() Data1.Recordset.Delete Text1.Text = "" Text2.Text = "" Data1.Refresh End Sub … |
The End.