What i'm trying to do is make a dynamic report, a combo box selects a user, a subform shows me how many items the user has to their name(one to many), then i want to click preview report and see all of the items, and the other field items that correspond to that user's items
eg.
select john doe
in the report i want to see
John Doe
1, Widget class, pc, cpu type, speed, pc name
1, SWEET Class, pc, cpu......
1, TIGHT Class, Server, cpu......
the pc, cpu type and the rest are looked up from other tables in the same database(to save datastorage space)
what i get is only the first record, the widget one
the subform gets the data from a table
now, i dont know exactly how to make the report work
from a table, a temp. table or a query, ive tried them all and only the first one from the selected user ever shows up.
NOTE:I will not be the only one using this DB, so text boxes to type users is out of the question, im trying to make it fool proof
Saxman99
eg.
select john doe
in the report i want to see
John Doe
1, Widget class, pc, cpu type, speed, pc name
1, SWEET Class, pc, cpu......
1, TIGHT Class, Server, cpu......
the pc, cpu type and the rest are looked up from other tables in the same database(to save datastorage space)
what i get is only the first record, the widget one
the subform gets the data from a table
now, i dont know exactly how to make the report work
from a table, a temp. table or a query, ive tried them all and only the first one from the selected user ever shows up.
NOTE:I will not be the only one using this DB, so text boxes to type users is out of the question, im trying to make it fool proof
Saxman99