Search results

  1. M

    Help please!!!

    Hello, I have a linked table that gives me 10 columns, and I also have another table with the same number of columns. These two tables are having 7 columns the similar but data are different. I have a columns which indicates that from which table the data come from. I am not able to build a...
  2. M

    Query does not recognize a combo box as a reference

    I have a query that I referenced it to a combo box in a form. In my form I created a combo box which has a list of VendorName and I want my query to opens a VendorName report based on whatever chooses in the combo box so that I use the combo box name in the criteria of the VendorName in my...
  3. M

    How to refrence a textbox in subform

    I would be thankful if anyone help me reference a text box in sub form. I did the same thing for the combo box in it worked perfect. I am not sure why this is not working for textbox. This is how I referenced it: [Forms]![MainOrderForm]![CuttingNumForm].[Form]![Style1] Form: MainOrderForm Sub...
  4. M

    Requery once a combo box selected

    I have a form which contains two sub forms. In the first subform I have 4 fields of Cut#, Size, Quantity and Style. Once the cut# is selected, a vba code runs and fill in the rest of fields. In second sub form I have a field of Fabric# (Combo Box) which should be restricted to the “Style” value...
  5. M

    Macro does not work in a subform

    Hello, I have a sub form that contains two fields of FabricNum(ComboBox) and RollNum(ComboBox). The RollNum is restricted to the FabricNum so whenever I choose a FabricNum, list of RollNum changes respectively. In order to do that, I created a query that contains the FabricNum and RollNum. The...
Top Bottom