pbaldy, thanks so much for responding. Really appreciate it!
People have asked that question?
I'll repeat what I have said before, but I'm no expert. And no one has told me, yes or no, you are right or wrong!
Since there are 14 Controls that each would require DLookups and there are as much as 200,000 records or more that may be in that Table. Won't that make the Form very slow?
Lastly and its minor, when I looked at the Conditional Formatting GUI, the color palette is limited and the Greens are not easily seen on the screen.
The form has always been a Bound Form directly to the table tblUnitRateLookup.
Changing the Control Source to a Query is not something I never thought about. I have never use two tables in a Join. I would have to figure out how to do that, unless it is as simple as pulling the tables together in one Query and then replacing the Control Source in the Form with the Query Name.
That's my initial guess!
Additionally, the question I have is, I have other Forms that pull records off of that Form. Also a that point, when the user has focus on the Form, they may choose to change any Control except the Key on the Form.
How would those other Form be affected, if the Form Control Source is a Query and not a Table?
The one thing that I can't get an answer on, is what I'm trying to do with a Form, possible or not. If not, I have to move on to another solution.
I could just add the Standard Markup directly in the tblUnitRateLookup Table. That would be an alternative solution yet not a slick, but it would work!
I think it would be harder to update, when things change.
I thought this was going to be resolved when I switched my Form from DataSheet View to Continuous View. I was wrong!
One thing I wonder about, is it possible to add to the Product Type Control ComboBox, a lookup to the Product Type table that gets the Markup to have to compare to the Pct? And have all that done on the Load Event, as well as still acting as a regular ComboBox to select the product Types?
Your thoughts are very welcome.
Thanks again so much for responding.
Why use code instead of just setting the conditions in design view?
People have asked that question?
I'll repeat what I have said before, but I'm no expert. And no one has told me, yes or no, you are right or wrong!
Since there are 14 Controls that each would require DLookups and there are as much as 200,000 records or more that may be in that Table. Won't that make the Form very slow?
Lastly and its minor, when I looked at the Conditional Formatting GUI, the color palette is limited and the Greens are not easily seen on the screen.
Second, can't you base the form on a query that joins the 2 tables so you can have the value to compare pct to?
The form has always been a Bound Form directly to the table tblUnitRateLookup.
Changing the Control Source to a Query is not something I never thought about. I have never use two tables in a Join. I would have to figure out how to do that, unless it is as simple as pulling the tables together in one Query and then replacing the Control Source in the Form with the Query Name.
That's my initial guess!
Additionally, the question I have is, I have other Forms that pull records off of that Form. Also a that point, when the user has focus on the Form, they may choose to change any Control except the Key on the Form.
How would those other Form be affected, if the Form Control Source is a Query and not a Table?
The one thing that I can't get an answer on, is what I'm trying to do with a Form, possible or not. If not, I have to move on to another solution.
I could just add the Standard Markup directly in the tblUnitRateLookup Table. That would be an alternative solution yet not a slick, but it would work!
I think it would be harder to update, when things change.
I thought this was going to be resolved when I switched my Form from DataSheet View to Continuous View. I was wrong!
One thing I wonder about, is it possible to add to the Product Type Control ComboBox, a lookup to the Product Type table that gets the Markup to have to compare to the Pct? And have all that done on the Load Event, as well as still acting as a regular ComboBox to select the product Types?
Your thoughts are very welcome.
Thanks again so much for responding.