ListBox value
519033Jun 19 2006 — edited Jun 19 2006Hello all. I have a simple form with a dropdown filed that contains a list of customer names. The list of customer names comes from the customer table. I would like to know how to do the following two things,
1) When I selected a customer from the customer dropdown list and click on the save button, would like to save only the customer's foreign key into my current table.
2) Once I have saved the customer's foreign key into my current table, I would like for only that entry to be displayed when I Edit the the record.
Thank-you all in advance