J
jwkratz
I'm using Access XP in an attempt to do the following:
Display a listing of all student IDs, names, and ages. In addition t
these fields, each record should display the minimum age of the entir
class. That is, each record will display the same minimum age in
column.
For example:
ID.....Name.....Age.....MinAge
1......Jim......21......18
2......Bob......18......18
3......Jane.....22......18
4......Steve....25......18
I can select all the student records just fine, and I can run a quer
to select the minimum age of the entire class. I cannot, however, figu
out how to combine them.
I tried a join, but that resulted in an aggregate function error. Doe
anyone know if it is possible to repeat a "constant" value in a SELEC
statement?
Thanks your time
Display a listing of all student IDs, names, and ages. In addition t
these fields, each record should display the minimum age of the entir
class. That is, each record will display the same minimum age in
column.
For example:
ID.....Name.....Age.....MinAge
1......Jim......21......18
2......Bob......18......18
3......Jane.....22......18
4......Steve....25......18
I can select all the student records just fine, and I can run a quer
to select the minimum age of the entire class. I cannot, however, figu
out how to combine them.
I tried a join, but that resulted in an aggregate function error. Doe
anyone know if it is possible to repeat a "constant" value in a SELEC
statement?
Thanks your time