P
PaulSchrum
Database is Access 2003 format
Developing in Access 2007
I want to build a combo box with row values from a query (simple
enough) /plus/ a few values I want to type in myself. Say the query
returns two rows:
Alligator cracking
Excessive potholes
Now I want to have a value that is always there plus what the query
returns, as in
Excessive Cross Slope
Inadequate Cross Slope
Alligator cracking
Excessive potholes
in which the first two are always there and the last two come from the
query.
Now it seems to me that this could be done with a union of the query
and a SELECT * FROM tbl_alwaysThere, but I would like to avoid adding
another table to my database just to accomplish this.
I guessed at a few things: SELECT "Excessibe Cross Slope"; and SELECT
* FROM "Excessive Cross Slope" but neither of those worked.
Does anyone know how I can accomplish this?
- Paul Schrum
Developing in Access 2007
I want to build a combo box with row values from a query (simple
enough) /plus/ a few values I want to type in myself. Say the query
returns two rows:
Alligator cracking
Excessive potholes
Now I want to have a value that is always there plus what the query
returns, as in
Excessive Cross Slope
Inadequate Cross Slope
Alligator cracking
Excessive potholes
in which the first two are always there and the last two come from the
query.
Now it seems to me that this could be done with a union of the query
and a SELECT * FROM tbl_alwaysThere, but I would like to avoid adding
another table to my database just to accomplish this.
I guessed at a few things: SELECT "Excessibe Cross Slope"; and SELECT
* FROM "Excessive Cross Slope" but neither of those worked.
Does anyone know how I can accomplish this?
- Paul Schrum