V
vanlanjl
Just need to know how to do this.
exaple:
tblModel
feilds: ModelID, ModelName
tblContacts
Feilds: ID, Company, LastName, FirstName, Initial, E-mailAddress, JobTitle,
BUisnessPhone, Address, City, Stat/Province, Zip, Country, UserName (PK),
ChargeCode, LocationCode
tblAssets
Fieilds: ID, AssetNumber, SerialNumber, ModelNumber, ComputerName,
DeploymentDate, Active, UserName(FK), OffficeName, OSName
tblOfficeVersion
Feilds: OfficeID, OfficeName
tblOSVersion
Feild: OSName
I hav a asset form (frmAsset) where computer asset information is entered,
this is conected/linked to the frmSearchUsers form. This is where you enter
the user information, both are linked by the "UserName" fields.
What i want to be able to do is have a form that has multiple combo boxes on
it, like one for "Model" and one for "OSName" and one for "OfficeName" so i
can run a search based of the criteria in those and it will open a report.
Example: FInd out how Many Dell 630s are running XP and Office 2007
returns the result
Thanks!
exaple:
tblModel
feilds: ModelID, ModelName
tblContacts
Feilds: ID, Company, LastName, FirstName, Initial, E-mailAddress, JobTitle,
BUisnessPhone, Address, City, Stat/Province, Zip, Country, UserName (PK),
ChargeCode, LocationCode
tblAssets
Fieilds: ID, AssetNumber, SerialNumber, ModelNumber, ComputerName,
DeploymentDate, Active, UserName(FK), OffficeName, OSName
tblOfficeVersion
Feilds: OfficeID, OfficeName
tblOSVersion
Feild: OSName
I hav a asset form (frmAsset) where computer asset information is entered,
this is conected/linked to the frmSearchUsers form. This is where you enter
the user information, both are linked by the "UserName" fields.
What i want to be able to do is have a form that has multiple combo boxes on
it, like one for "Model" and one for "OSName" and one for "OfficeName" so i
can run a search based of the criteria in those and it will open a report.
Example: FInd out how Many Dell 630s are running XP and Office 2007
returns the result
Thanks!