I have a form with GTSNum (an internally generated alphanumeric tracking number for computer equipment).
I want to do two things:
Use a combo box to find a record in the recordset
Give the user the ability to Add/Change GTSNum's.
I am sure many of you have tackled this before. Perhaps hiding a textbox behind a combo and vice versa, depending on certain actions. But this is very troublesome, trying to get it to work from every angle possible.
So I thought about just a EDIT button next to the GTSNum combo so the user could edit that number. But then, how to add a new one? My experience with Limit To List property has not been good, or I don't know how to use it properly.
Thanks for any tips or advice. Sean.
I want to do two things:
Use a combo box to find a record in the recordset
Give the user the ability to Add/Change GTSNum's.
I am sure many of you have tackled this before. Perhaps hiding a textbox behind a combo and vice versa, depending on certain actions. But this is very troublesome, trying to get it to work from every angle possible.
So I thought about just a EDIT button next to the GTSNum combo so the user could edit that number. But then, how to add a new one? My experience with Limit To List property has not been good, or I don't know how to use it properly.
Thanks for any tips or advice. Sean.