I have the text box set now to get the field that I created with the concatenated values. The text box looks at the metal chosen in the cboMetals and returns the concatenated field for that record. How do I now tell it which of the 4 values I want? I am trying to do this by using the columnHeads property, but I cannot figure it out.
The next criteria is that the column head of the concatenated value is equal to the string value within a combo box cboMetalMarket. These values are LME, COMEX, LMBA, and EnglehardFab.
The criteria is the cboMetalMarket combo box selection. There is a price for each metal for each market. Right now my text box is returning all of the prices for the selected metal. I want only the price for the market selected.
... however, and unfortunately, that won't work because of the following reasons:
* your tables still aren't setup properly - the biggest issue highlighted several times already
* your use of the Bound Column property of the combo box is wrong. The bound column should be 0 where the first column in the query is the ID that uniquely identifies each record.
Again, we're back to the issue about your tables! I've advised several times that you should seek help in restructuring your tables but when you do, you end up seeking help that would resolve your immediate problem.
With your current setup, you're bound to continue having problems because it's far from ideal, and I mean far.
Well, it's up to you now to decide your next cause of action, but I won't be raising this topic anymore
When I make the bound column to be the ID field the value in the table is the ID field, not the name like I want. when I created the combo boxes I made them from queries using the wizard. I want to store the text field in my tables not the ID number. I understand that the ID field is necessary to uniquely define the record, but how do I have both?
Still trying to workaround your biggest problem. At this point, nothing I will say will help solve any of your other problems simply because of your tables.
Conner, you need to understand that table normalisation is a process. It's not a quick fix, it's an entire process you have to go through where:
* each and every table is scrutinised
* broken down (if necessary)
* relationships between all (or some) of the tables established
* referential integrity setup
Again, it's a process. Now can you understand why I've been saying that you should seek help and explain your entire model?
Yes. I am just so far into all of this that I guess I am scared to go through the entire process because of my situation. I am doing a summer internship and my boss wants me to be done with this database by the end of June. I will just have to go back and do the process and hope I can move faster once completed. I have made some serious progress in understanding how everything works together, but too little too late for me.
I apologize if I have irritated you in any way. It was not intentional. I am really trying to understand everything and implement it in my database. I am just moving too fast and now that is coming back to bite me. Thank you again for all of your help. I would be really struggling if I had never found this forum.
I think the only tables that I will need to take out is the customers and suppliers tables. After that I can post my current database if that will help, or I can just start from scratch. which ever you think will be most beneficial.