Search results

  1. A

    Help Writing a Loop

    I want to turn this into a loop instead of writing it out 13 times... Can someone help me? rstBrickAttributeValues.MoveFirst strBAV = rstBrickAttributeValues!CoreAttributeSpecificTypeDescription Me.lbl.Caption = strBAV rstBrickAttributeValues.MoveNext strBAV =...
  2. A

    Syntax Error Help

    Anyone see the syntax error (missing operator)? Me.cboBrickAttributeValue.RowSource = " SELECT tblBrickAttributeValue.CoreAttributeValueDescription, tblBrickAttributeValue.CoreAttributeValueCode, tblBrickAttributeValue.CoreAttributeSpecificTypeDescription FROM tblBrickAttributeValue " & _...
  3. A

    Help! Cascading combo box

    I am totally new to Visual Basic. I have dependent cascading combo boxes setup. The hierarchy goes: Segment Family Class Brick Now, I need the value in the Brick field to create a varying number of other cascading combo boxes. They are the Brick Attributes. The brick attributes are the labels...
Back
Top Bottom