S
So Call Me Crazy
I have a table that contains a cryptic code that represents a state/county
combination. On my form, I want to display combo boxes that allow the user
to pick the state and then the county in a non-cryptic form that will then
build the needed code. Also, if a customer is on an existing record, what I
would like is the non-cryptic state and county in text boxes that are
actually in front of the combo boxes.
I had this working with a query as the record source for the entire form. I
ran into primary key issues that I suspected were the result of the tables in
the query when I was trying to add a new record to the main table. So, now
I'm trying to accomplish this with the main table as the record source for
the form, and just coding the control source for the combo boxes.
Thanks!
combination. On my form, I want to display combo boxes that allow the user
to pick the state and then the county in a non-cryptic form that will then
build the needed code. Also, if a customer is on an existing record, what I
would like is the non-cryptic state and county in text boxes that are
actually in front of the combo boxes.
I had this working with a query as the record source for the entire form. I
ran into primary key issues that I suspected were the result of the tables in
the query when I was trying to add a new record to the main table. So, now
I'm trying to accomplish this with the main table as the record source for
the form, and just coding the control source for the combo boxes.
Thanks!