V
vanlanjl
Question: How do I create a Report based of the values of mutliple combo
boxes in a form?
I have tried this several times with several failures and have used multiple
codes to try this and each has been unsuccesful.
I will try to explain my database and its contents
Tabels and Fields ((PK) indicates the primary Key):
tblAssets: ID(PK), AssetNumber, SerialNumber, ModelName, ComputerName,
DeploymentDate, Active, UserName, OfficeName,OSName
tblContacts: ID, Company, LastName, FirstName, Initial, EMailAddress,
JobTitle, BusinessPhone, Address, City, State, Zip, Country, Username(PK)
ChargeCode, LocationCode
tblLocation: LocationCode(PK)
tblModel: ModelID(PK), ModelName
tblOfficeVersion: OfficeID(PK), OfficeName
tblOSVersion: OSName(PK)
So initial i have tried to create a form with two combo boxes. cboModel and
cboLocation and with a cmdbutton that open rptModel. Upon opening I want to
see how many of each model is at each location.
Exaple: Location: OH01
Model: Dell 630 = 20
IBM M50 = 15
I have tried multiple codes with no success. Please help I ahve been posting
this problem for 3 weeks with very little help. Not that people have tried
but it seems that this is an issue that isnt covered very often. Thank you
for any help and if there are any questions please ask. I can also provide a
code if that helps, but like i said i have tried various differant codes with
no success.Thanks!
boxes in a form?
I have tried this several times with several failures and have used multiple
codes to try this and each has been unsuccesful.
I will try to explain my database and its contents
Tabels and Fields ((PK) indicates the primary Key):
tblAssets: ID(PK), AssetNumber, SerialNumber, ModelName, ComputerName,
DeploymentDate, Active, UserName, OfficeName,OSName
tblContacts: ID, Company, LastName, FirstName, Initial, EMailAddress,
JobTitle, BusinessPhone, Address, City, State, Zip, Country, Username(PK)
ChargeCode, LocationCode
tblLocation: LocationCode(PK)
tblModel: ModelID(PK), ModelName
tblOfficeVersion: OfficeID(PK), OfficeName
tblOSVersion: OSName(PK)
So initial i have tried to create a form with two combo boxes. cboModel and
cboLocation and with a cmdbutton that open rptModel. Upon opening I want to
see how many of each model is at each location.
Exaple: Location: OH01
Model: Dell 630 = 20
IBM M50 = 15
I have tried multiple codes with no success. Please help I ahve been posting
this problem for 3 weeks with very little help. Not that people have tried
but it seems that this is an issue that isnt covered very often. Thank you
for any help and if there are any questions please ask. I can also provide a
code if that helps, but like i said i have tried various differant codes with
no success.Thanks!