M
merlin
I've got 2 tables and a report I could use a hand with. Table 1
contains a number and a name associated with that number. Talbe 2
contains the same number, but with different fields. What I'm trying
to do is simply display the fields in Table 2, but instead of the
number, I want it to display the name instead. I c++ it would be
sometime like:
switch (id)
{
case 1:
cout >> "Tom;
break;
case 2:
cout >> "Mike";
break;
case 3:
cout >> "Lee";
break;
}
Any suggestions for doing something similar in Access?
Thank you kindly,
David
contains a number and a name associated with that number. Talbe 2
contains the same number, but with different fields. What I'm trying
to do is simply display the fields in Table 2, but instead of the
number, I want it to display the name instead. I c++ it would be
sometime like:
switch (id)
{
case 1:
cout >> "Tom;
break;
case 2:
cout >> "Mike";
break;
case 3:
cout >> "Lee";
break;
}
Any suggestions for doing something similar in Access?
Thank you kindly,
David