hi guys, i have a small problem on my .AddNew function
hope you can help me on this...
so here's my problem... every time i click my "Save Info" button, which is by the way my .AddNew function, it starts to mess up my database, how?
every time i started to add new information of an employee on my database it skips 2 rows from the table where that information must be saved, then the .AddNew function will save the information to the 3rd row and if i add again another information, the .AddNew function will overwrite the saved information on the 3rd row and replaces the information their with the newly added one.
so basically all the information that i have saved and i will be saving is stucked on the 3rd row!
hope you guys could help me on this.... thanks very much !
here's my coding for my "Save Info" button
Private Sub btnSave_Click()
If txtID.Text = "" Or txtLN.Text = "" Or txtFN.Text = "" Or txtMN.Text = "" Or txtADD.Text = "" Or txtPN.Text = "" Or txtEM.Text = "" Or txtDB.Text = "" Or txtDH.Text = "" Then
thanks for you reply sir dglienna, i 'll try this now right away!, also i have read about your post on "Bound Controls are EVIL" and i have read a lot of spoilers
our professor haven't discussed any SQL-related stuffs yet, but i learned a lot on that post of yours.
again thanks, hope i 'll be able to finish my project by next week
Bookmarks