No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
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 …
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] …
The End.
luisofo