Hello all, Hopefully someone might have an idea of how to help me.
I have a form that track rare coins. The main form is used to track the number of coins graded at specific values (for a specific instance of one coin).
I have a form that has been bound to the main table. the user chooses a coin from a listbox to display record information about a particular coin.
In another table I've captured information about the sale of a specific coin. I'd now like to display the avg sales price at each graded value on the main form.
So Here is what I think I need to do to get what i want
1. need to create a connection string to the db
2. create a Recordset to pull the data based on the value in the listbox.
3. loop through data to get a count of sales entries and a total dollar amount for each value.
I'm very new to working with ADODB so any help that I could get would be greatly appreciated.
Kelly Johnson MCP
Central City Concern
I have a form that track rare coins. The main form is used to track the number of coins graded at specific values (for a specific instance of one coin).
I have a form that has been bound to the main table. the user chooses a coin from a listbox to display record information about a particular coin.
In another table I've captured information about the sale of a specific coin. I'd now like to display the avg sales price at each graded value on the main form.
So Here is what I think I need to do to get what i want
1. need to create a connection string to the db
2. create a Recordset to pull the data based on the value in the listbox.
3. loop through data to get a count of sales entries and a total dollar amount for each value.
I'm very new to working with ADODB so any help that I could get would be greatly appreciated.
Kelly Johnson MCP
Central City Concern