icemonster
Registered User.
- Local time
- Today, 12:11
- Joined
- Jan 30, 2010
- Messages
- 502
so basically i have a two listbox A and B and that listbox b's records come from tableb, whenever i want to add the records from listbox i use a pop up form that has a listbox with records from tableA. what i want to accomplish is this, if tableAs record is already appended or is already in tableB, next time i pop the form up, it will only show the records not yet present in tbleA.
do you guys get it?
skinny:
tableA (PK, FKtblC, FKtblB)
tableB (PK, field, field)
what i want is when i add a record from tableB to tableA the next time the listbox is available it would only show the record that has not yet been entered to tableA.
do you guys get it?
skinny:
tableA (PK, FKtblC, FKtblB)
tableB (PK, field, field)
what i want is when i add a record from tableB to tableA the next time the listbox is available it would only show the record that has not yet been entered to tableA.