Hi and thanx a LOT for reading my post..
I'm quite lost here and VERY near deadline so yes.. i'm a bit stressed out
I'm creating this criminal investigation information -"dump" database which should be searchable every- and any way possible..
----------------------GENERAL INFO---------------------------------
In general it's 5 mainforms -
* Person (PID)
* Vehicle (VID)
* Location (LID)
* Scenary (SID)
* Telephone (TID)
Each and everyone of these forms got their "relation-form" like this example :
PersonTelephone (PTID)
Fields :
*PID (auto-inserted if user came from Person form)
*TID (same as above ex. Telephone form) (user picks which telephone should be "related" to the person via lookup)
*Role (which "role" the user has on the selected telephone)
*Date
-----------------------------------------------------------
I have tried to make this search-form with 1 searchfield and one button. Then i got x numbers of labels which displays how many "matches" i find in each relation-form (ex VehichleLocation) and a "display results" button which opens up a "table" with the results, but since i got about 15 relation-forms it's not a good way to handle it..
-------------What i wonder about : -----------------------------------
1) How can i, in a better way, search multiple relation/connection forms based on information input by the user in ex. 2 searchfields ?
2) and.. how on EARTH can i display the results in a good way ?
3) Is there any good article anyone knows about which "tutorials" me through this in any way ?
I hope someone is able to help me with this issue.. it seems my knowledge has meet the edge when it comes to this
Best regards.. and have a HAPPY easter-holiday..
Terje..
I'm quite lost here and VERY near deadline so yes.. i'm a bit stressed out
I'm creating this criminal investigation information -"dump" database which should be searchable every- and any way possible..
----------------------GENERAL INFO---------------------------------
In general it's 5 mainforms -
* Person (PID)
* Vehicle (VID)
* Location (LID)
* Scenary (SID)
* Telephone (TID)
Each and everyone of these forms got their "relation-form" like this example :
PersonTelephone (PTID)
Fields :
*PID (auto-inserted if user came from Person form)
*TID (same as above ex. Telephone form) (user picks which telephone should be "related" to the person via lookup)
*Role (which "role" the user has on the selected telephone)
*Date
-----------------------------------------------------------
I have tried to make this search-form with 1 searchfield and one button. Then i got x numbers of labels which displays how many "matches" i find in each relation-form (ex VehichleLocation) and a "display results" button which opens up a "table" with the results, but since i got about 15 relation-forms it's not a good way to handle it..
-------------What i wonder about : -----------------------------------
1) How can i, in a better way, search multiple relation/connection forms based on information input by the user in ex. 2 searchfields ?
2) and.. how on EARTH can i display the results in a good way ?
3) Is there any good article anyone knows about which "tutorials" me through this in any way ?
I hope someone is able to help me with this issue.. it seems my knowledge has meet the edge when it comes to this
Best regards.. and have a HAPPY easter-holiday..
Terje..