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
~206 People Reached
Favorite Forums
Favorite Tags
Member Avatar for cardin94

Hi, I'm using a MDB database that i would like to filter based on selections made in 2 comboboxes. say: cmbBase and cmbMix. cmbBase connects to "Base" cmbMix connects to "Mix" I have use the automated database method in C# [Click Here](null) private void BaseMixBindingNavigatorSaveItem_Click(object sender, EventArgs e) { this.Validate(); …

Member Avatar for cardin94
0
53
Member Avatar for cardin94

I'm trying to create a Select Distinct query, but i'm getting stuck with either an empty combobox either a filled combobox that displays all the doubles. or a message "System.Data.DataViewManagerListItemTypeDescriptor" I have a form (form5) with 1 combobox and 1 datagrid. The datagrid loads 5 collumns "ID", "firm", "Fname", "mname", …

Member Avatar for cardin94
0
153