G
Guest
I have a Look up Column Based on a the following code
SELECT [Available Memberships].Category, [Available
Memberships].Description, [Available Memberships].Fee FROM [Available
Memberships] WHERE ((([Available Memberships].MemAgeGroup)=Forms!Members![Age
Group]));
When i make a selection from the look up column only the first column is a
available how can i do to make the other two columns visible as well. I tried
to do two unbound text boxes but they don't seem to work
thanks
SELECT [Available Memberships].Category, [Available
Memberships].Description, [Available Memberships].Fee FROM [Available
Memberships] WHERE ((([Available Memberships].MemAgeGroup)=Forms!Members![Age
Group]));
When i make a selection from the look up column only the first column is a
available how can i do to make the other two columns visible as well. I tried
to do two unbound text boxes but they don't seem to work
thanks