Search results

  1. R

    Link subform to unbound combo Boxes

    Hell friends: I have 2 combo boxes. cboGENRE and cboARTIST , which using dependency, meaning when cboGENRE is selected, cboARTIST is given the respective value. These 2 combo boxes are on an unbound form called frmMASTER I have a tab control in place with associates tabs to the cboARTIST...
  2. R

    text box dlookup error

    I have an unbound text box, where a user types in a part number, and when he types it in, I want the 2nd text box to populate it based on the first. My function is: =DLookUp("[LEGRISPN]","[tblSMCParts]","[SMCPN]=" & [fldtxtsmc]) when I show the form in form mode, it comes back as #Error...
  3. R

    Search Form with Multiple items

    I have a database which is a product crossover from my competitors parts to my company's parts. I am looking to create a seach form where someone could type 5 parts into a text box or memo pad, click a button, and it returns the part number crossed over. If anyone would be able to suggest how...
Back
Top Bottom