Re: Problem with DATABASE
Try to make use of the dropdown list the user do not have to enter anything let them make a choice once the numeric Delivery Priority ID is inserted into the Delivery table, and you can go ahead and change the description of the Delivery Priority any time you want with no further change to any existing Deliveries.
:rolleyes:
Re: Problem with DATABASE
Thanks for your prompt help buddy .....:thumbup1:
Can you resolve this for me .... how would a user know which id number is which delivery priority id? For example if a user enters some information in the delivery form, and they get to the delivery priority part (drop down list) will the list include 1 to 5 or the actual text?
Thanks in advance.....
Re: Problem with DATABASE
The user will see both ......the dropdown list will show the user the descriptions, but use the ids under the covers... and whenever he selects he will select the id's(1,2,3,4,5)...