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...
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.