Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xhuck28x
  • Content: Threads
  • Order by date
  1. xhuck28x

    Passing a global variable to a query

    Is this possible... WHERE PurchaseOrderLineItems.PONumber=Modules!mdlGlobal!gPONumber; if, so why isn't it working.
  2. xhuck28x

    Data Entry

    I have a table name "tblPOOrderList" that includes a field named "PONumber." I am trying to design a form that will allow data entry. My problem is that the field "PONumber" will contain the same data for each record. Each record is unique by an autonumber...
  3. xhuck28x

    Passing textbox1.text (Form1) to textboxs.test (Form2)

    I am going nuts. I figured this would be so simple but I'm having no luck. Form1 contains a textbox and a command button. when the command button is pushed, form2 is to open and populate a textbox with the value from form1.textbox.text. what is the simple code for this and can this be done...
  4. xhuck28x

    Moving values from forms to forms using Macro Builder

    I want to take the value of a text box in form1 and set a textbox in form2 with its value. How do i do this using macro builder? peace.
  5. xhuck28x

    Form Structure

    I am trying to design a form that allows a user to fill and complete a purchase order. Required items for the purchase order include vendor information(TO), processor information(SHIP TO), and line items for the material purchased. I get a bit confused on how to set this all up. What I want...

Part and Inventory Search

Back
Top