Hi all!!
I encounter a problem here. My component table will link to the transaction table as one component maybe have more than one transactions. When I key in the component name, I want to display the output like simplified version below:
ID ComponentName DateTransaction
1 resistor 2/5/2011
2 capacitor 3/5/2011
3 transistor 3/5/2011
4 resistor 5/5/2011
So, how can I set the ID to be 1 for resistor? I wish to have the same ID for components which are having the same name.
My ID is autonumber type and componentName is test type.
Thanks for guidance.
I encounter a problem here. My component table will link to the transaction table as one component maybe have more than one transactions. When I key in the component name, I want to display the output like simplified version below:
ID ComponentName DateTransaction
1 resistor 2/5/2011
2 capacitor 3/5/2011
3 transistor 3/5/2011
4 resistor 5/5/2011
So, how can I set the ID to be 1 for resistor? I wish to have the same ID for components which are having the same name.
My ID is autonumber type and componentName is test type.
Thanks for guidance.