Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums

2 Posted Topics

Member Avatar for luisofo

Hello there: This is my issue. I do have one combo box in a form from which I want to select a person, by selecting the ID. In the combo box I want to show sorted name, last name, and date of birth. I wonder this should not be so …

Member Avatar for Jx_Man
0
658
Member Avatar for unknownunknown

Hello there: I have used this code in my application and it works. It is about populating the database with the information within a present form [code] [COLOR=#0000ff]Dim[/COLOR] a [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String[/COLOR] = [COLOR=#0000ff]Me[/COLOR].ComboBox1.SelectedItem [COLOR=#0000ff]Dim[/COLOR] b [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer[/COLOR] = [COLOR=#0000ff]Me[/COLOR].txtDeel1.Text [COLOR=#0000ff]Dim[/COLOR] c [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer[/COLOR] = [COLOR=#0000ff]Me[/COLOR].txtDeel2.Text [COLOR=#0000ff]Try [/COLOR]selectStr = [COLOR=#800000]"SELECT TbStukIDRegCD,TbStukIDDeel1,TbStukIDDeel2,TbStukCodeAanbieder,"[/COLOR] …

Member Avatar for arjunsasidharan
0
2K

The End.