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 Wanet Telecoms Ltd 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: victory92
  • Content: Threads
  • Order by date
  1. victory92

    HELP! Trying use Javascript Hidden / Visible

    Hi everyone... I'm a rookie volunteering for a charity. I'm trying to have a password checking program that will validate the password before continuing I'm trying to have a message appear on the screen if an invalid password is entered. - by using hidden/visibility. I've created a gif...
  2. victory92

    Email Screen image

    I have created a form. I would like a print image - or screen image - exactly what is shown on the form to be emailed into our organization. I have searched and searched and cannot find out how to do this. The reason I want the exact image - is that several people will be reviewing the form...
  3. victory92

    control what parts of webpage prints out

    I am trying to print only a portion of a web page when a print button is pressed. I have done what the following site suggests - but I keep getting the entire web page printing. http://javascript.about.com/library/blprint.htm Can anyone help me? I am unsure of what should be put in the...
  4. victory92

    OnClick with <Select> to exec function & return info

    Hi I hope you can help. I'm new at this.... I have a dropdown list containing Products. When the user selects a product - I would like a JS function to execute that will get the index of the product to look up the price in an array. I have <select name="SelectProduct1"...
  5. victory92

    Passing/Retrieving input fields from 1 webpage to another

    I am trying to pass input fields from one page to another. Here is an example that I am getting "name" in the t1.htm page - and trying to pass to t2.htm page. T1.htm is <body> <form method="POST" action="t2.htm"> <p><input type="text" name="name" size="20"></p> <p><input type="submit"...
  6. victory92

    JS to download - similar to Save Target As command

    I want the ability to have a &quot;Download&quot; on the web page that will in essence &quot;Save the target as&quot; - or download the picture to the user's PC. I have the word Download linked to the picture. When you click on it - the picture is displayed in the browser. I am not given a...
  7. victory92

    Remove or hide record number box for scroll on Form

    I have a form with a subform. The Record number box appears on both the subform and the form. When the user presses the page next (arrow to right) - it causes the subform child record to be written before the form's parent record. So I'm trying to hide the record number box or record scroll...
  8. victory92

    How to Design Comparisons for Reporting

    I am trying to design a process for creating comparison reports. This would allow the user to ask for any range of dates -- to be compared to another range of dates. For example, they may want to compare 2nd qtr (07/02 - 09/02) to 3rd qtr 2002 (10/02 - 12/02) Or they may select only a month -...
  9. victory92

    Disabling Delete Key

    Bear with me -- I'm still new at Access.... I am displaying a list. The user selects from this list to perform an update. I recently found out that the user can delete items off this list. I want to have a way to either disable the delete key -- or through VBA code - to disable the delete...
  10. victory92

    How can I allow zero and Null Values In Key Field

    I would like to create a file that may have zeros or nulls in the key -- and I keep getting an error message &quot;Index or Primary Key cannot contain a Null value&quot; Here's what I had in mind... When there is a detailed specific rate on a customer and/or product level, then enter the...
  11. victory92

    Keeping Parent Key on Child Record

    I have a form for the parent (bill-to customer) and another form for the child (ship-to customer). This is a one to many relationship. The billto customer number is the key on the billto file. This number is shown on the form to display and add shipto records. When I try to add a shipto...
  12. victory92

    Microsoft Access Can't Find the Macro '.'

    I am getting this error when I try to enter a value in the second field in a subform. I don't have a macro. Looks like there is a period somewhere that Access is intrepreting as a macro. But I have no idea where it is. I've looked at the code. Any ideas? Here's the full message: The macro...
  13. victory92

    Subform display details but main form calc &amp; display totals

    I want to use subforms to display detail and display the total of one of the subform fields in the main form. Specifically I show detail information of exclusion code and exclusion amount in the subform. I want to total the exclusion amount and display it on the main form. Is there anyone...
  14. victory92

    Subreports - how to eliminate blank area if no subreport info?

    I have 2 tables that have a parent/child relationship. I am using a subreport to include the child info on the report. I will rarely have a child record. When the report is displayed, there is a blank area where the subreport info would print - if there is a child. This is making the report...

Part and Inventory Search

Back
Top