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 TouchToneTommy 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: ems
  • Order by date
  1. ems

    Can't boot in Normal mode - only safe mode

    Please help. a friend of mine is having a lot of problems with her PC. She can only boot in safe mode. if you go into the boot mode menu and select Normal it starts to load windows, but then stops and says "It is now safe to turn off your computer" and keeps doing each time. any...
  2. ems

    Package and Deployment - extra files and folders

    Help, I have a VB application which uses a MS Access database and also writes details to text files which are contained in folders. In all I want, when the user installs the application, that 5 folders are also installed (each folder containing files - database files, text files, html files...
  3. ems

    Filling a combo box with table names of a database

    Thanks Ben, that works perfectly. ems
  4. ems

    Filling a combo box with table names of a database

    Ben, it is an Access DB. CAn I just run a few things by you. I have a DB called QuizDetails and there a about 10 tables in it. On a form I have a combo box that I want to display all these 10 (or more ..if more tables are added) tables of the QuizDetails DB. Thanks for the code but I don't...
  5. ems

    Filling combo boxes with the Table names of the Database I am using

    Sunaj, I have put this code into the Form_load(). I have left out the IF stmt as I don't want to filter the tables. The combo box does not contain any information when I run it. I have a adodc connecting the database. Dim catNew As New ADOX.Catalog Dim i As Integer 'Dim catNew As String...
  6. ems

    Filling combo boxes with the Table names of the Database I am using

    Sunaj, thanks for your reply. Tried that. Where have you this code..the Form_load() ? Is there anything else I need? The system is not recognising "Public catNew As New ADOX.Catalog" Compile error Invalid attribute in sub or function This is a major part of my project and your help...
  7. ems

    Filling combo boxes with the Table names of the Database I am using

    Hi, could you help me please. I need to fill a combo box with all the names of the tables in a database I am using. Any ideas of a good way to go about it. Thanks in advance ems
  8. ems

    Filling a combo box with table names of a database

    Hi, could you help me please. I need to fill a combo box with all the names of the tables in a database I am using. Any ideas of a good way to go about it. Thanks in advance ems
  9. ems

    Converting Relational Algebra into SQL - Multiple SQL Queries

    Hi, I am creating a CAL on Relational Algebra. For the quiz section, the user will be typing in the Relational Algebra query. I must convert that to SQL..here is one for Union: Dim SQL1 As String Dim SQL2 As String Dim SQL3 As String SQL1 = "INSERT INTO temp SELECT * FROM Books&quot...
  10. ems

    Write details to a text file after replacing and updating

    Thanks Rick. This works well. Ems
  11. ems

    Write details to a text file after replacing and updating

    Hi, i am working with a text file which isn't delimited by zeros.I want to go and search for the correct record, and then replace a piece of the string with something. I have the string being replaced but the details aren't getting written back to the text file. here is my code. i know i'm...
  12. ems

    Setting a minimum length to a password field

    Thanks dsi. I have done that. Just checking if there was a min property. This works just as well though.
  13. ems

    Setting a minimum length to a password field

    I need to set a minimum length of 4 to a Student ID field in the Login screen of my application. I know there is a max property available. How do I set the minimum property?

Part and Inventory Search

Back
Top