Glowackattack
Registered User.
- Local time
- Today, 03:48
- Joined
- Feb 26, 2008
- Messages
- 126
Hi,
I have a table that has two fields, one is a transaction, the other is trasaction category, and in this case transaction category is always blank.
What i am doing is importing transactions from a text file, then looking up a transaction category off a lookup table for each transaction name, some of the transactions will not have a transaction category in that table, so those transactions are put into a form for the user to input the transaction category, then the transaction category lookup table is updated with the forms information for the next time the transaction comes through.
What i would like to correct is this, sometimes there are multiple transactions with the same name that dont have a transaction category on the lookup table, so it shows up multiple times on the form, and rather than having the user input the same transaction category multiple times on that form for each transaction, i want the table that the form is based off of to get rid of duplicate transaction names before the user see's it.
How can i accomplish this?? Thanks in advance for your help.
I have a table that has two fields, one is a transaction, the other is trasaction category, and in this case transaction category is always blank.
What i am doing is importing transactions from a text file, then looking up a transaction category off a lookup table for each transaction name, some of the transactions will not have a transaction category in that table, so those transactions are put into a form for the user to input the transaction category, then the transaction category lookup table is updated with the forms information for the next time the transaction comes through.
What i would like to correct is this, sometimes there are multiple transactions with the same name that dont have a transaction category on the lookup table, so it shows up multiple times on the form, and rather than having the user input the same transaction category multiple times on that form for each transaction, i want the table that the form is based off of to get rid of duplicate transaction names before the user see's it.
How can i accomplish this?? Thanks in advance for your help.