I have 2 tables, a truck_compartment_table that has truck_number and compartment_size as fields, and trailer_compartment_table which has trailer_number and compartment_size as fields. I have to create a subform of an order form that needs to automatically show the compartment sizes, so i want...
I have a question that deals with Data Reporter. I am trying to create a Function Control (Data Report Designer)dynamically. (found information in MSDN but it is only for Data Environment)I am not using a data environment so what I want to do is sum the insurance cost and have it display in a...
I have some code that passes a value from a select box into a textbox.
It seems to work in IE but not in netscape.
<script language="javascript">
function value_exchange(form) {
form.rate2.value = form.quickrate.options[form.quickrate.selectedIndex].value;
}
</script>
i tried...
I am doing an assignment in school that requires me to use DAO with and Acces Database. What i want to do is to display my search results into the DBGrid.
I have set up a temporary recordset and have used SQL to retrieve the data i am looking for.
SQL = "SELECT * FROM PersonalContacts...
I am having a minor problem connecting to Access through an ASP page.. I think this is because i have a password on my access database, that seems to be the indication of the error.. How do i get around this?
<%
'Set variables for opening database connection
Dim connString
Dim MyConn...
I am using the submit button to submit information via an e-mail.. I'm using the mailto, which is fine... Is it possible to also once the button is pressed to redirect the webpage to another webpage.. I have tried writing functions for onclick and on submit, but with no success
I can't get my scrolling text box to hide/unhide when i click and unclick a checkbox in netscape... I know you have to use visibility.show/hide but i must be missing something
Here is my code I have excluded my netscape visibility code because it doesn't work, this seems to work in IE, any...
Is it possible to swap two images with an onClick Event. What i am trying to do is, If the image is clicked i want to swap it with another image, If the image is clicked again i want the original image to reappear.. any suggestions
How do I disable/enable a scrolling textbox using the checkbox as the control?
ex. If the checkbox is checked, enable the scrolling textbox and vice versa
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.