Search results

  1. D

    Cascading DropDowns With Subform

    I've spent so much time on this, and now I am almost there. Any help would be much appreicated. I have a form in which I select a category of work from ComboBox "WorkTypeMain". Now I want to filter out all types of work under this category from table "z_ProposalDetailList". In this table...
  2. D

    Cascading DropDowns With Subform

    I'm having a horrible time figuring this out. It's not from lack of trying. Any help would be wonderful. On my proposal page, I want to select the "Type of Work" from a dropdown list, and then select the "Proposal Details" that filter out various types of work depending on what I selected at...
  3. D

    Help with query value replacement through Event Procedure

    I'm trying to replace a value in a query from an event procedure in a form (afterupdate). I enter a deposit amount, then I select the invoice this is for via a form. I then open up a query on all unpaid invoices. This query shows the total bill, the amount paid to date, and a check box for when...
  4. D

    Using a form to change a query value

    I'm trying to take a number entered into a form, then update another table via a query with the same value so I don't have to enter the number multiple times. I've tried everything and nothing works. I'm sure there's a very simple way to do this. I have a form (Transactions - Deposits) with a...
  5. D

    Newbie Query Question

    I've tried everything and nothing works. I'm sure there's a very simple way to do this. I have a form (Transactions - Deposits) with a subform (Transactions - Deposits Subform). In the subform I enter an amount paid (AmountSubform is the box name), and then select my Invoice Number from a drop...
Back
Top Bottom