I have a activity field which consists of administration, protection, support records. I want to display administration record as admin in my tblrequest. How to do this?
Thanks in advance
Hi Leslie!
I have made those changes still If I one pick animals in one combo box it is not filter in second combo box. what I need was suppose if user picks animals in cbocause it should bring all the animals codes in second cboprotect.
Thanks in advance
I have need to limit selection available in a combox based on another combo box
If Not IsNull(Me!cboProtect) Then
Me!cboProtect.RowSource = "SELECT tblProtect.ID, tblProtect.Description" _
& " FROM (tblProtect Left Outer JOIN tblCauselookup ON...
I have following query to update tbl materail
UPDATE Material RIGHT JOIN Engcost ON Material.[PART NO]=Engcost.[PART NO] SET Engcost.[PART NO] = Material.[PART NO], Engcost.[MATERIAL DESCRIPTION] = Material.[MATERIAL DESCRIPTION], Engcost.[COST EACH] = Material.[COST EACH], Engcost.CD =...
I have a combo box cause based on tbl causelookup which consists of ID, Description and code fields on form outage. I have another combo box field protect based on tblprotect which conists of ID, description and code fields. I need limit selection of values of combo protect based on selection in...
SELECT ACCT_NO,
(SELECT SUM(tran_record.amount)
FROM tran_record
WHERE tran_record.acct_no = T1.acct_no) AS balance,
(SELECT SUM(tran_record.amount)...
How do you calculate total for count field
Business Id Ptype count
American Dryer 1
American Ac 1
I want to get 1 on count field for every record
Thanks
I Have businessiD Ptype fields. I need to count fields in this format
BusinessID Ptype count
American Dryer 1
American Ac 1
Total business ID 2
How to do this ? Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.