| re: Form combo box question
Rob,
I'm pretty sure what you're describing is the default behavior or a combo
box. Create a simple join query for your Name and SSN so that your
returning a name field and the SSN field. Set that as your Row Source. Set
your column count to two, the column widths appropriately to be able to view
everything (name might be a bit long), and set the bound column to 1.
When you select the dropdown, you should see both the name and the SSN in
two columns, but after selecting the value, you should only see the first
column that has a width greater than 0.
If that doesn't work as you were seeking, please clarify what's missing.
HTH,
Pat
"Rob" <robw@physics.umd.edu> wrote in message
news:413DFEE3.C752A320@physics.umd.edu...[color=blue]
> Is it possible to have a field in a table ( A) such as social security #
>
> that takes a number as data. It is linked to a table (B) that has the
> Name and SSN in it for the combo box drop down with appropriate
> relationship. But the form for table A does not let you see the SSN
> just the name but the SSN is stored in the table A.SSN. When you
> click on the drop down to choose a new SSN you see both the name
> and the SSN but once you choose a Name,SSN the SSN goes into the table
> but the
> user sees only the Name?
> The property for Lookup and Bound Column and column count seem
> unable to do this.
> There is a simple tool in Oracle Forms that does this for you.
> Thanks
> Rob
>[/color] |