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

    How to recover a logon password that I forgot for Access database?

    Hi: I created a MS Access 2000 database & also created a logon password to enter into the database. Unfortunately I forgot the password & having a hard time to recollect what it was. Is there a way to recover the forgotten password by any chance? This is very important as I have to work...
  2. Vem786

    Query to Find Records from Table A that are not in Table B - HELP!!!

    Hi: I have 2 tables Table A & Table B. Table A has Field "Name_TableA" & Table B has Field "Name_TableB". There are certain common records between BOTH the tables. But my query has to FIND the Records that EXIST in Table A but NOT IN Table B. So I use this query --...
  3. Vem786

    Access - Troubleshoot - Help!!!

    I try to open a database from a shared folder, but I get a Access Pop-up message saying that -- ---------------------------------------------------------- " The database blah blah ..needs to be repaired or not a database file" You or another user have unexpectedly quit MS Access...
  4. Vem786

    COUNT() Function Usage

    Hi: I'm using count() function in a SQL Query in MS Access as -- SELECT COUNT(Dept), Prof_Name FROM Departments WHERE Dept IN ("English","Math","Engg"); When I save this & hit RUN, Access specifies Error saying "You Tried to execute a query that does not...
  5. Vem786

    Access Sub Fields in a Field -- HELP!!!

    Hi All: I have a table that has a field named "Media". It has sub fields -- CD, Floppy, Hardware & Software. I have the data given to me in spreadsheet & the fields given like below. ---------------------------------- Media ---------------------------------- CD | Floppy...
  6. Vem786

    Javascript Development/Debug Console

    Hi All: I was wondering If IE6.0 has any options to develop Javascript & debug it?? Because what all code that I write in a notepad, IF IT has ERRORS, then on the STATUS BAR of the page I see "done with errors". But as we have Eclipse/Weblogic for Java development & Debug, I...
  7. Vem786

    How to Filter the Scroll Menu based upon the Text in the textfield?

    Hi All: I have a Textfield beneath it a Scroll Menu. When I type a letter OR a word, the Scroll Menu should sort itself & display the related data in it, so that I can select what I need. For Example, I type "AT" in the Textfield, the Scroll Menu should sort itself & show up...
  8. Vem786

    Storing Values in Excel File & calling it in Javascript

    I have a Login Page(login.html) that has a Username & Password text fields. I have a login.js file that verifies the username & length of the password, that I'm calling from the Login.html. My doubt is as there are 100 users, can I have a excel file loaded with usernames & passwords & call from...
  9. Vem786

    CheckBoxes Help!!!

    Hi: I'm trying to use the code below to Check All checkboxes, If they aren't checked and Uncheck All If they are Checked. But somehow I dont get to see the Action!!!! Can Anyone please point out whats wrong? ------------------------------------- <HTML <HEAD> <TITLE> SELECT/UNSELECT...
  10. Vem786

    How to load a Scroll Menu from a Database?

    Hi All: I have a HTML page which has a Scroll Menu. I want the data to get loaded into that Scroll Menu from a Database dynamically(i.e when the page gets loaded). Any ideas how to achieve this? Thanks All!!!
  11. Vem786

    Login Validation

    Hi All: I'm new to JSP & I'd like to know some guidelines to accomplish my requirement. I have a Login Page typically a Username & Password Text fields. I have a set of users, who are supposed to be validated to access the application upon successful login. Can anyone tell me how to...
  12. Vem786

    Radio Button Value not being displayed on SUBMIT

    Hi: I'm a new fella to JS. I tried the below code to have the form display Text & radio button selected in the same page on SUBMIT. But unfortunately I dont find any luck. can anyone help?? Thanks!!! <html> <head> <title>Form Data Display</title> </head> <body> <form...
  13. Vem786

    Javascript Bug

    Hi: Can anyone look at the code & find what wrong it has.? I have a HELLO button in a <table> tag & also written a function to redirect to Hello.html when HELLO button is pressed. The problem that I have is: 1. The HELLO button is never seen as a button instead seen in similar pattern as...
  14. Vem786

    How to populate a scroll menu(s) in an html page???

    I have a HTML page that has 10 Scroll Menus & I want the data to get populated in them(from a database) on Page Load, so that I can select the data from them to work on it. Any ideas!!! Thanks
  15. Vem786

    Javascript Help on Form Data Display

    Hi All; I'm having trouble figuring out a way for the code I need to write. The situation is this: I have a HTML page, in which I have 2 checkboxes & underneath each is a textbox. I have 1 SUBMIT button. I enter data in a textbox & Select the corresponding checkbox & hit submit...
  16. Vem786

    Data NOT transfering to the Second Form

    I have designed two HTML pages, docs_duplicate.html & links_duplicate.html. The functionality that I want to achieve is - When I enter the required data in the docs_duplicate.html & hit enter, links_duplicate.html will get all the data. I achieved it EXCEPT for the RADIOBUTTON. I'm enclosing...
  17. Vem786

    Redirecting a Page, when LOGOFF clicked

    I have deisgned Login.html using HTML. Form Validation in it for Username & Password done using JS. LOGOFF button is in ddmenu.html & is plain HTML. What I want is when I Click LOGOFF button it should redirect me to Login.html. Any ideas how to achieve this. Thanks!!!
  18. Vem786

    Redirecting a window to Start Window

    I have a Login page called Login.html & once I enter the Username & Password and hit SUBMIT, it takes me to next window called ddmenu.html. In that HTML file I have a LOGOFF button. My doubt is If I click LOGOFF, it should bring me back to Login.html page again. Any Ideas how to achieve this...

Part and Inventory Search

Back
Top