Search results

  1. J

    Problem with Criteria in Queries using Combo Boxes

    Are you trying to populate a combo box with another combo box? If not, then try to use the criteria in your query: Forms![YourFormName].YourComboBoxName.value Then in the afterupdate property of your combo box, try Me.MyQuerySubform.Requery change the values hope this helps
  2. J

    Connecting Queries

    Hi there, I'm currently writing an accounting system and i got stuck with this section of trying to produce the account name in a query. i have four tables tblPurchase PurchaseID -Number tblAccounts AccountID - Number AccountName - Text, usually has names like asset, cost of sales...
Back
Top Bottom