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!

Recent content by Vem786

  1. Vem786

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

    Golom...what you said is ture. Thanks anyway, I'll figure out a way to resolve the problem.
  2. Vem786

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

    I have no motive to break into anyone else database. I'm genuinely asking a way to recover the lost/forgotten password for my OWN database. Thanks Mr.tainguyen, I already tried copying the old database and renaming it with a new one. But it still keeps asking me to enter the password!!! And, no...
  3. 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...
  4. 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 --...
  5. Vem786

    Access - Troubleshoot - Help!!!

    I guess I already did what you said. I don't see any tables dropped or lost. I guess I'm fine. Thanks!!
  6. 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...
  7. 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...
  8. Vem786

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

    Hi Ken: Yeah exactly one row has more than several possibe media. So as you said, I'll design a seperate table called media types with a single column right??? Thanks!!!
  9. 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...
  10. Vem786

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

    I guess I can use dcoument.writeln....to write off in the same page. Is it not??
  11. 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...
  12. Vem786

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

    Dan: Thank You Very Much for the solution!!! You made my day. Finally, I have one last question........ I want to submit the Multiple Selection I made in the Select Boxes with the data that I have in a Textfield(1) on top of the page(NOT the one thats used for typing in letters/words...
  13. Vem786

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

    Hi Dan: Sorry for being late in replying. I was off the machine for 2 days now!!! Thanks for the clarification. Is there a way I can be directed to the solution for my problem. The code kaht gave works fine. I did create TWO SCROLL MENUS beneath each of the TWO TEXTFIELDS. I select a...
  14. Vem786

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

    Dan: But Why is the checkbox here in Multiple Select?? Thanks!!!

Part and Inventory Search

Back
Top