I'm stumped and I think I've just been looking at this too long and I'm missing something simple:
I have an array of fields that I would like to update if the function is called.
The array will change - that part is working the sample I'm going to show is after the array is selected I want to...
I have a php page that creates forms (many on each page) with dynamically named parts.
So each form and the submit button is uniquely named.
What I want to be able to do is have the following javascript function run at the click of the button. So I need to pass the form & button name. I can do...
I have a list of reports/processes that are in a table.
And I want to select from that list and call the procedure that I have associated with it.
Here is some sample data:
ReportName ReportFile Procedure
Weekly Rpt rptWkSum cmdWkSumAll
I have a combo box setup on my form. There are...
Does anyone know a way that I can have the best of both worlds here?
I want to send a word document that is setup as a Fill-in form, but it is personalized with their Contact info & YTD numbers (the merge part), but the rest of the file/document is a "protected" fill-in form so that they can...
I know I have had this working, but for some reason I cannot get this code to work. I am trying to copy datafiles to a USB drive. It will make the folder, I can copy a small file to it using this code (see the copy of the wsca.ico file) to the folder on the USB. But when it comes to copying the...
I know I've done this, but for the life of me I can't remember how to do it.
I have 3 forms that will run the same update.php script.
BUt depending on the "Name" of the form, a different ending response will be given.
How to I get ahold of the name part of the form tag?
<form name="KClose"...
I have a data entry form, that has 2 combo boxes on it.
These two boxes use the same query for data.
It's a query of names (lastname, firstname).
There are about 2500 names in the query. It is grouped (this happens if it's grouped or not) so that each name only appears once. They can be in...
I thought I had seen a post about this here, but I can't find it.
I am having a problem when I open some MS publisher files with some graphics that were placed in the original file.
This happens mostly with .wmf graphics that have been placed, then resized in the document.
What is...
I'm having a problem with an application that I wrote for a 4H garage sale.
Here are the basics:
Access 2003 - compiled into an mde
Database is split, database is sitting on PC and shared
Frontend is run off desktops of other computers
We have up to 5 computers inputting data
The...
I have, what I feel a simple problem. basically I've been thinking about it too long today!
I have 3 arrays - shown here very simply:
arrA = array("A", "a", "X")
arrB = array("B", "b", "X")
arrC = array("C", "c", "X")
I have 3 fields in my table - simply:
ID Category Item
1 A...
I have a database application that I have been running for 2 years now and all of a sudden the autonumber field reset itself and now has dublicates in it.
Does anyone know why/how this happens?
I have compacted/repaired the datafile, with no difference.
I have copied the table, and the...
I have a table with 30 rows of data, 2 fields.
This table will connect to another table on 1 field, the second field contains the formula that I want to run on the fields of the other table.
How do you 'activate' the formula that is in the field.
The reason for doing this is that an iif...
I have a form that has drop down boxes on them.
On one field, when the user makes a selection, depending on the selection,I need to display a cautionary note somewhere on the page. I would prefer next to this field.
I have this working if I use a <textarea> form field, but I cannot control...
Ok - this sounds funny, but if there is a way I can do this it would make everything come together...
Here is my form:
<form name="form1" method="post" action="displaycolor.asp">
<select name="selColor" size="1">
<option value="1">Green</option>
<option value="2">Yellow</option>...
Does anyone know if there is a simple way to do the following:
I have a form that is created from a MySQL database.
150 records right now.
So the fields will change.
I would like the field name on the form be the PartNumber.
The field is a text field, so that the user enters a quantity.
Now...
I am trying to create a form that allows me to select a table, then select 2 fields to update. The updating is done with vb code (there are a couple of different things that will be done). Here are the basics:
Form has 3 dropdown boxes on it:
fldT - list of tables available (fills on form...
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.