Search results

  1. K

    Requering Subform's

    Hi! What I'm trying to do is update a subform based off a control in a seperate subform I have a question that I know is doable but is too tricky for me to figure out, so thanks in advance to the prodigy who can help me out with this headache :) I am building a tool to track our companies...
  2. K

    Sending multiple attachments via Outlook from a table

    I have a report/quote where the users have a few option boxes to choose from and if they are selected, I want them to include those attachments when the email toggle button has been pressed, it sends the quote with the other selected documents included as well. Here is the code that I am using...
  3. K

    Requery/Refresh Subform

    I have a main form with a few buttons to select which opens another window where the user orders products from. The main form remains open. When the order is finished they click submit and the data is appended to a subform on the main table. I can't quite figure out how to get my subform to...
  4. K

    Filtering a Report with a combo box

    Firstly, sorry for all the questions today, the help is appreciated though :) I have a form that filter records off of combo, I want the user to run reports based off of the filter selected in the combo box. Here's the code I've been toying around with: Private Sub ReQuote_Click() Dim...
  5. K

    Filtering Subforms

    Hi there! I'm having some trouble with this code and can't seem to find the solution online. I have a combo box (cboCurrentCustomer) on my main form that I wish to filter 3 subforms. The combo box serves as a search box, filtering the subforms as you type. The first subfrom I'm testing this on...
  6. K

    Open a form which contains a subform, such that the subform's fields are blank

    Hi there! I have a [Order Central table] that compiles products from four different categories that employees can order from. Employees using the database will select from four categories on buttons which opens up the order form EX: [Category 1 form]. They enter their order info on...
  7. K

    Require input to be within a given interval

    Hi there! I am trying to make a quantity column in my table only allow input with intervals of 1,000! Any suggestions? -Nick
  8. K

    Run a lookup with unique criteria based off each individual record

    Hi there! I am having an issue with my lookup function. :banghead: I want the lookup to be performed with criteria based off of the same row that record being selected is on. I wrote typed out the Columns and rows that my queries return, and attached a screenshot as well. Here’s an idea of...
Back
Top Bottom