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

    COMBINE 2 FIELDS IN A QUERY FROM SEPERATE TABLES????

    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...
  2. lomano

    Data Reporter

    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...
  3. lomano

    Passing Values

    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=&quot;javascript&quot;> function value_exchange(form) { form.rate2.value = form.quickrate.options[form.quickrate.selectedIndex].value; } </script> i tried...
  4. lomano

    DBGrid

    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 = &quot;SELECT * FROM PersonalContacts...
  5. lomano

    Connecting to Access

    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...
  6. lomano

    Submit Button

    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
  7. lomano

    Need Help with visibility??

    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...
  8. lomano

    OnClick/Swap Images

    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
  9. lomano

    CheckBoxes/ScrollingTextBox

    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
  10. lomano

    Textboxes

    How can I take the value entered into one textbox and place it into another textbox

Part and Inventory Search

Back
Top