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 strongm 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: *

  1. wrmedia

    display contents of folder corresponding to record autonumber

    looking for a simple way to add a command button on click event that will display the contents of a corresponding folder name in explorer preferrably in thumbnail view (for images) for example record has etcrid of 7 (auto number) when click on command button on form explorer displays the...
  2. wrmedia

    limit entry by status

    have 2 tables journal and vendor want access to warn users when try input a record when the vendor has a status of IA, NG, or OB in the vendor table they will pick the vendor name from a combo box called v_code on the journal form something like v_code after update does vendor have status of...
  3. wrmedia

    check number after update inserts date for following friday

    having problems creating form action where when users enter a check number a date field is populated with the date of the following friday or that friday if they input on that day itself thanx
  4. wrmedia

    link auto number to pdf sub directory

    need an update to an old problem that was solved = "I want to put a button on a form that will open a pdf file in acrobat the tricky part is I want this button to find a pdf file that has the same file name (file number eg 1234.pdf) as the auto number of the current record the user is at if...
  5. wrmedia

    form redirects on submit depending on values

    have the following options in a formmail <form> <input TYPE="checkbox" NAME="talkative" VALUE="4">Talkative<br><br></td> <input TYPE="checkbox" NAME="forceful" VALUE="1">Forceful<br><br></td> <input TYPE="checkbox" NAME="calm" VALUE="3">Calm<br><br></td> <input TYPE="checkbox" NAME="careful"...
  6. wrmedia

    add radio button values and forward to 4 options

    have a page with 28 radio buttons (7 rows of 4) each has a value associated with it from 1 to 7 user picks one choice from each row need to add these 4 choices and depending on total on submit will move to one of 4 pages obviously the minimum total is 4 and the maximum is 28 so total of 4...
  7. wrmedia

    add form2 field to form3 (nested subforms)

    got 3 forms nested one inside the other the last form3 has a field on its footer which calculates the sum of the orders =Sum([oprice]) it is inside form2 which contains a field for shipping shipf that I would like to add to the form3 sum form1 is the main form any ideas
  8. wrmedia

    pdf link command button if then

    created a command button that opens a pdf (c:\pdfs) with the same name as corder# need to add code that will make the command button look in a different directory (c:\pdfs\lsi) if the vendor = LSI and open a pdf with the same name as vorder# form has 3 fields corder# vendor vorder# and the...
  9. wrmedia

    form button links to pdf

    thanks worked perfectly - very impressive need to take it one step further where if the vendor_id on the form happens to be LSI it will instead go to a different directory path and open a PDF that matches the field order_id cheers
  10. wrmedia

    field as hyperlink opens outlook 2000

    field contains email address - have made it a hyperlink but can't work out how to have it be an email link that just opens outlook 2000 with that email address also input mask to make sure everything that goes into that field is in lower case thanks
  11. wrmedia

    form button links to pdf

    I want to put a button on a form that will open a pdf file in acrobat the tricky part is I want this button to find a pdf file that has the same file name (file number eg 1234.pdf) as the auto number of the current record the user is at if auto number is say 43008 you will click a button on...
  12. wrmedia

    branch rj11

    2 cables come into living room - both cat5 - one for LAN for rj45 the other for 2 telephone lines sharing the same rj11 keystone how can I branch off from this rj11 keystone with another piece of cat5 in the wall to the bedroom to access the same 2 lines or do I need another sort of jack? thanx
  13. wrmedia

    wiring hotel advice

    so I'm going to set up a 100 room hotel with a network jack in each room the cablings already done just need to do the punch downs and plates I was thinking of putting an ethernet switch on each floor (20 port - 5 floors) then connecting each switch to a port on a router in the basement thats...
  14. wrmedia

    reinstall win98se on laptop broken cd

    want to reinstall clean win98se on toshiba laptop with broken cd I was thinking of create a new partition, copy win98se to new partition from usb cd then set this partition as boot then load from hd possible? will I need patition magic? any other better ideas?
  15. wrmedia

    flex atx no floppy win98se

    using win98se and have built myself a flex atx system with no floppy I have used tweakui to ide the floppy - ms says there is a 5 1/4 even though there is nothing how do I stop win98se looking at the floppy A: when installing or searching I'm particularly having problems with add new printer...
  16. wrmedia

    image swap IE6

    having problems with my code specifically in IE6 code = <script language=&quot;JavaScript&quot;><!-- function flip(name,src) { document.name.src = src; } //--></script> refers to this as an example = <a href=&quot;services.html&quot; onClick=&quot;flip('general1','servicesin.gif');return...
  17. wrmedia

    help with onclick

    worked perfectly guys thanks a bunch
  18. wrmedia

    help with onclick

    trying to put together my first onclick swap image and go to different page routine below is the code inserted into the html file the images will swap out but I don,t think the page redirect is working? I,m stuck <!doctype html public &quot;-//w3c//dtd html 4.0 transitional//en&quot;> <html>...
  19. wrmedia

    AfterUpdate change 2 form values

    Ok let me see if I can explain all these right ISSUE 1 when users choose a value for Combo25 I would like it to change 2 values on the form - got the first one working with the code below but what code do I add to change a second value? Can I just add another AfterUpdate Sub? Private Sub...

Part and Inventory Search

Back
Top