Hai:
I have 4 labels for 1.search, 2.A, 3.B, 4. Add Sum, and 1.command button (cal)
Private Sub Command1_Click()
Text4Text = Val(Text3.Text) + Val(Text2.Text)
End Sub
Now i want to search that added record from access database how is it ?
Pls help