Click here to Skip to main content
15,905,136 members

Comments by Kobby Adom (Top 6 by date)

Kobby Adom 9-Feb-17 9:11am View    
sorry. I think i did not frame my question well. What i really should have posted was i wanted to make a textbox accept numbers only. Sorry about that
Kobby Adom 9-Feb-17 9:09am View    
Thanks Richard. That's exactly what i want. Any idea about the codes that initiates these controls.
Kobby Adom 9-Feb-17 9:06am View    
sorry. I think i did not frame my question well. What i really should have posted was i wanted to make a textbox accept numbers only. Sorry about that
Kobby Adom 8-Feb-17 12:44pm View    
Thanks ppolymorphe. i have been able to get the PV Number to be the primary key through my VB Express Dataset page. I hope it will do the trick for me and prevent duplication of PV Numbers?
Kobby Adom 8-Feb-17 11:56am View    
forgive me if i come across as naive cos as i said a m really, really new to VB. But my connection to the access database is not through SQL. Its a simple access connection. The whole code is
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
GBCPVRBindingSource.AddNew()
End Sub