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!

Recent content by FrankD

  1. FrankD

    Why do I get "error '80040e21' Errors Occured" when using ASP ??

    I have some ASP code reading a few fields from a database, and for some reason, this error occurs. However, if I change the data type to something, i.e. I change it from text to varchar, it will execute with no problem. But I need the text data type. Can someone explain why this happens, and...
  2. FrankD

    Outlook Express Look and Feel??? Help!

    Does anybody know what controls are used to give a form the MS Outlook Express look and feel? By that, I mean the DB Grids in their resizable frames, and etc. <br> <br> Thanks!
  3. FrankD

    How can I move a row from one table into another table?

    Calahans,<br> Thanks for the above info. You were dead on assuming the tables were different. As for the above code, I have tried it, but the new table comes up with nothing in it. Here is what the generated SQL that VB executes successfully looks like:<br> <br> SQL = &quot;INSERT INTO...
  4. FrankD

    How can I move a row from one table into another table?

    Actually, I don't need to type anything in. The database already has stuff in it, I just need to (once I'm done using it) to move it over to a different table. Table 1 is &quot;Pending&quot; and table 2 is &quot;Processed&quot;. Processed just happens to have a few more fields. It's kind of...
  5. FrankD

    How can I move a row from one table into another table?

    I have a database with three tables. All three tables are not identical, however they all have the same fields that I'm trying to transfer. For example (short example), let <br> <br> Table 1: <br> FName<br> LName<br> MInit<br> <br> Table 2:<br> FName<br> LName<br> MInit<br> Address<br>...
  6. FrankD

    How do you find the sizr of an array?

    Alt225 -<br> I'm assuming this is starting at 0? Like, if ElementsInArray = 2, it means that there are 3 entries? If so then it works great, and thanks for the help! :)<br> <br> Frank
  7. FrankD

    How do you find the sizr of an array?

    Is there a simple way to find the size of an array? I am trying to write code to remove an item from it, and need to check my code to see if I am doing it right. Any help is appreciated, thanks.<br> <br> Frank
  8. FrankD

    Need Help Using MSHFlexGrid

    Please help. I am trying to connect to an access database, and list the table in the flexgrid. Actually that part works fine. <br> <br> The problem is, in the Access database, the column "Shipped" is supposed to be a checkbox, and when the flexgrid displays it, it only shows True/False. Is...

Part and Inventory Search

Back
Top