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...
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...
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
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...
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"...
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...
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
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...
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
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
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...
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
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...
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?
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...
having problems with my code specifically in IE6
code =
<script language="JavaScript"><!--
function flip(name,src) { document.name.src = src; } //--></script>
refers to this as an example =
<a href="services.html" onClick="flip('general1','servicesin.gif');return...
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 "-//w3c//dtd html 4.0 transitional//en">
<html>...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.