puppet
IS-IT--Management
- Dec 13, 2001
- 140
I have two tables. One called Assets with the following fields:
AssetID - Primary Key
EmployeeID
AssetCategoryID
StatusID
Model
Barcode
PreviousUser1
PreviousUser2
One called Employees with the following fields:
EmployeeID - Primary Key
Name
Location
I want a query to return asset information based on entering the partial name of a previous user and it searching for it. For example when I run the query it prompts me for the users name and if I enter Mark it returns all assets that have previously been owned by any Mark in the company.
My limited Access knowledge however can only get it to work by entering in the employeeid number not the name associated with it!
Can anyone help me please?
Thanks
AssetID - Primary Key
EmployeeID
AssetCategoryID
StatusID
Model
Barcode
PreviousUser1
PreviousUser2
One called Employees with the following fields:
EmployeeID - Primary Key
Name
Location
I want a query to return asset information based on entering the partial name of a previous user and it searching for it. For example when I run the query it prompts me for the users name and if I enter Mark it returns all assets that have previously been owned by any Mark in the company.
My limited Access knowledge however can only get it to work by entering in the employeeid number not the name associated with it!
Can anyone help me please?
Thanks