G
gonzo
Newbie, but not finding the answer _how_ this works.. Just can't seem
to get it.
given tables Object(*ID, Name, Desc) and widget(*wID, f1.. Object,
...fn) such that records in Object show up in widget as a drop-down
box.. So each record in widget references a single record in Object.
I have something that seems to work at the table level, and I don't
know why. I had to reference 2 columns (1st is ID, 2nd is Name) in
order to have Name (text) show up in the drop-down. Of course, I have
to set column1 to = 0 in order to see text, otherwise it's the ID
number that displays.
Is this the usual method? I'm using the Northwinds example db, and
this seems to be the only way I can get it to look right.
Hope that's clear enough to spell out what I'm trying to do and what I
did.. now why does it work..?
Thanks!
to get it.
given tables Object(*ID, Name, Desc) and widget(*wID, f1.. Object,
...fn) such that records in Object show up in widget as a drop-down
box.. So each record in widget references a single record in Object.
I have something that seems to work at the table level, and I don't
know why. I had to reference 2 columns (1st is ID, 2nd is Name) in
order to have Name (text) show up in the drop-down. Of course, I have
to set column1 to = 0 in order to see text, otherwise it's the ID
number that displays.
Is this the usual method? I'm using the Northwinds example db, and
this seems to be the only way I can get it to look right.
Hope that's clear enough to spell out what I'm trying to do and what I
did.. now why does it work..?
Thanks!