I have a field- SupplierID- in a table ("Items") that is a Number field (not autonumber, not unique). This field stores the ID Autonumber value from another table ("Suppliers") instead of the full text value of the Supplier's name. Typical relational database stuff.
However, on a datapage, I have to use a View to link the two tables by that ID # value so I can show the the Supplier's name on the datapage (instead of just the ID# value). This is ok Except when I need the SupplierID (in "Items") to be editable, like on an Inline Add function of a tabular datapage.
I have to show the SupplierID field so I can set SupplierID to be editable with a Dropdown lookup in Suppliers with Field for Display being the text field Supplier's Name and Field for Value being the SupplierID #. And this works fine in the Inline Add section.
The problem is in the rest of the tabular data grid the SupplierID will show the ID# value and not give me a choice to show a related text field value (Supplier Name). So the user just sees a bunch of numbers instead of the Suppliers name.
It's bad design to put in a 2nd column with the Supplier's name- surely there's a way to make a field that's a number value, storing a related table's autonumber both editable via dropdown and ALSO, in non-edit view show a 'field for display.'?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
DesiLogi
Hello All,
I have a field- SupplierID- in a table ("Items") that is a Number field (not autonumber, not unique). This field stores the ID Autonumber value from another table ("Suppliers") instead of the full text value of the Supplier's name. Typical relational database stuff.
However, on a datapage, I have to use a View to link the two tables by that ID # value so I can show the the Supplier's name on the datapage (instead of just the ID# value). This is ok Except when I need the SupplierID (in "Items") to be editable, like on an Inline Add function of a tabular datapage.
I have to show the SupplierID field so I can set SupplierID to be editable with a Dropdown lookup in Suppliers with Field for Display being the text field Supplier's Name and Field for Value being the SupplierID #. And this works fine in the Inline Add section.
The problem is in the rest of the tabular data grid the SupplierID will show the ID# value and not give me a choice to show a related text field value (Supplier Name). So the user just sees a bunch of numbers instead of the Suppliers name.
It's bad design to put in a 2nd column with the Supplier's name- surely there's a way to make a field that's a number value, storing a related table's autonumber both editable via dropdown and ALSO, in non-edit view show a 'field for display.'?
Any help on this would be greatly appreciated..
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.