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: jovuco
  • Content: Threads
  • Order by date
  1. jovuco

    Populate Combo Box Based on Another Combo Box Selection

    How do I populate a combo box with a list of items, that would be based on the item I chose for another combo box? thanks, jo
  2. jovuco

    Copy data from one field to another

    How would I automatically copy the sum of data in a field of one form into another field on another form? IE, sum of all the "price" fields on one form will equal the subtotal field on another form. I know how to make the change on just the form, but it doesn't make the change it in...
  3. jovuco

    Value of a field = another field

    How do I take the value of a field in one table and have it equal the value of another field in another table? I need the sum up a group of "Price" fields and have that sum entered into a Subtotal field in another table. I have a table with the "Price" field, and in another...
  4. jovuco

    How do I POPUP a form (field)? Or ensure a field is filled out

    Hi. I have a field on a form that needs to be filled out everytime a new record is entered. The only problem is, I want that field to be entered last and there's a few subforms in this main form. Because of these subforms, when I set that field on the main form as a required field, it won't...
  5. jovuco

    DLookup Not Working

    Can anyone solve my mystery? I can't figure out why the "parts" and "price" field aren't being filled in when I enter in the parts#. Here are the two tables involved: Parts_List - contains the lookup info; PartsNo, Parts, Price. tblParts - holds the information pulled from...
  6. jovuco

    Date Format gives wrong query information

    How do I either, create a date field that recognizes a 0 in front of the single digit months? Ie, 01 (January). Or what do I need to put in the query to get a report of a specific month, that has 1 in the month. I currently have it set up so the user puts in the month to generate a report...
  7. jovuco

    How do I prevent saying the same thing in multiple functions?

    How do I simplify this? <script> function calculate1() { var subtotal = (prefix.form.quantity1.value) * (prefix.form.price1.value); prefix.form.sum1.value = subtotal; if (subtotal == &quot;0&quot;){ prefix.form.sum1.value = &quot;&quot;;} } function calculate2() { var subtotal =...
  8. jovuco

    &lt;B&gt;Printing selected record and selected record of a subform&lt;/b&gt;

    How do I print a selected record and only the currently displayed subform record of that selected record? It prints up all subform records of a selected record instead of just the one I currently have pulled up.
  9. jovuco

    Deleting Record Info from the Horizontal Bar of a subform

    Hi. How can I eliminate the record # of # bar from the horizontal bar on a subform?

Part and Inventory Search

Back
Top