MattioMatt
Registered User.
- Local time
- Today, 17:11
- Joined
- Apr 25, 2017
- Messages
- 99
Hello all,
Is it possible to to use a query to search for a value in a text box on a form and look it up in 3 different tables and return the results from the one table it was found in?
I currently have a database to hold information on assets. I have an assets table and each area of the business provides a list of assets and information relating to those assets. Each list has some columns named the same others not.
The column names that are consistent is IP address and asset name.
I'm looking to have a form with a text box for either the IP address or asset name and look it up in the 3 of the tables until it finds it then returns the results along with the different information associated with it in that list.
Below is an example as some of the asset lists have many many columns, the point being I can't merge them using an append query as there is differences in the columns.
tblAssets
IP | IP Address
tblAssetList_A
IP | Asset Name | IP Status | Vendor
tblAssetList_B
IP | Asset Name | OS | Asset Priority
tblAssetList_C
IP | Asset Name | OS | AssetStatus |
Is it possible to to use a query to search for a value in a text box on a form and look it up in 3 different tables and return the results from the one table it was found in?
I currently have a database to hold information on assets. I have an assets table and each area of the business provides a list of assets and information relating to those assets. Each list has some columns named the same others not.
The column names that are consistent is IP address and asset name.
I'm looking to have a form with a text box for either the IP address or asset name and look it up in the 3 of the tables until it finds it then returns the results along with the different information associated with it in that list.
Below is an example as some of the asset lists have many many columns, the point being I can't merge them using an append query as there is differences in the columns.
tblAssets
IP | IP Address
tblAssetList_A
IP | Asset Name | IP Status | Vendor
tblAssetList_B
IP | Asset Name | OS | Asset Priority
tblAssetList_C
IP | Asset Name | OS | AssetStatus |