|
-
Dec 30th, 2005, 09:04 AM
#17
Thread Starter
Lively Member
Re: How to delete Record in Access Database?
Here is the Code:
Private Sub txtckprodopc1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Adodc1.Recordset.MovePrevious
prvstkopc = Adodc1.Recordset.Fields(7).Value
Adodc1.Recordset.MoveNext
txtckstockop1.Text = Val(txtckprodopc1.Text) + prvstkopc
txtckprodsrc.SetFocus
End If
--------------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|