How can i refresh it ?
If Index = 0 Then
query = "Insert into CAT(Category,Description)Values('" & Text2.Text & "','" & Text3.Text & "');"
rs6.Open query, cn, adOpenDynamic, adLockPessimistic
MsgBox "Category Saved!!!"
rs6.Requery << ----------- I try this but it wont work
Text2.Text = ""
Text3.Text = ""

New Topic/Question
Reply




MultiQuote




|