zaphod2003
Registered User.
- Local time
- Today, 11:54
- Joined
- Jul 8, 2007
- Messages
- 16
Hi Guys
I know this should be easy (or maybe not), or maybe I'm having a bad day but I cannot figure out how to do this.
I have a table which contains a list of Shipment Numbers. I am creating a form which pulls in a list of these shipment numbers and allows a user to select a shipment to modify the current list of items on the shipment or add one of the shipment number does not yet exist.
This is where I am struggling a bit.
1, The table Shipment Numbers are not unique but I only want to display one instance of the shipment Number, not multiple instances of the shipment number.
2, If the shipment number is not in this list of current shipment numbers I want to assume a new record with that shipment number, not to amend exisiting record.
I've tried all sorts of controls but cannot figure out which one to use, although a combo seems the obvious choice. But how would I ensure that if a user entered a new record into the list it created a new record and not simply amend an existing one.
Any suggestions welcome.
I know this should be easy (or maybe not), or maybe I'm having a bad day but I cannot figure out how to do this.
I have a table which contains a list of Shipment Numbers. I am creating a form which pulls in a list of these shipment numbers and allows a user to select a shipment to modify the current list of items on the shipment or add one of the shipment number does not yet exist.
This is where I am struggling a bit.
1, The table Shipment Numbers are not unique but I only want to display one instance of the shipment Number, not multiple instances of the shipment number.
2, If the shipment number is not in this list of current shipment numbers I want to assume a new record with that shipment number, not to amend exisiting record.
I've tried all sorts of controls but cannot figure out which one to use, although a combo seems the obvious choice. But how would I ensure that if a user entered a new record into the list it created a new record and not simply amend an existing one.
Any suggestions welcome.