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 strongm 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: *

  1. tcurtis

    To import Data from mdf file to Access.

    Have you used the import wizard?
  2. tcurtis

    How do Ikill an .exe launched as a VB reference?

    Have you tried using the Add-In manager? It might help you out.
  3. tcurtis

    more access image form help please

    I believe so Beren1h... I still think he will need an IF...ELSE statement to accomplish this. I miss stuff all the time...hehehe : )
  4. tcurtis

    th3856~~Thank you! You are the only one who offered me help!

    Everything you said is right...I completed all projects and even completed this one two different times but it wasn't what he wanted. As for posting....I just needed the help so bad and thought that if I posted in two different forums I would have a better chance for a response. I thank you for...
  5. tcurtis

    more access image form help please

    Looks like to me you need an IF....Else statement?
  6. tcurtis

    Can someone help me get this code to work?

    A little bit more details as to what you are trying to do with this code....
  7. tcurtis

    th3856~~Thank you! You are the only one who offered me help!

    I just want to say thank you ...you have helped me lots of times with my codes....I got noone else to respond except you...THANKS!!! Thumbs up to you hun!!!
  8. tcurtis

    How come it worked yesterday but not today....HELP!!!

    Thank you very much for your help...I have it working now! All I did was take out the word TRUE in this line of code: Set dbsProjectcsv = wrkJet.OpenDatabase("C:\Projectcsv.mdb", True) You have helped me before so I still vote for you...A big thumbs up!! Tammy, Indiana
  9. tcurtis

    I need some Database help desparately!!! Please....!!!!

    I am trying to populate the current database with this code I have...I get the error that the database is already open. It is open in code form not table form....I need to populate it with the records of my .csv file. It worked yesterday but not today....why? Here is my code: Option Compare...
  10. tcurtis

    How come it worked yesterday but not today....HELP!!!

    There isn't an .ldb file. Can you do this code within the database your currently working in? I have the database open and working within the module section of this database. Do I still have to use the line Set dbsProjectcsv = wrkJet.OpenDatabase("C:\Projectcsv.mdb", True)? If I don't...
  11. tcurtis

    How come it worked yesterday but not today....HELP!!!

    I am trying to populate the current database with this code I have...I get the error that the database is already open. It is open in code form not table form....I need to populate it with the records of my .csv file. It worked yesterday but not today....why? Here is my code: Option Compare...
  12. tcurtis

    cannot connect to db in debug mode

    Can you give a sample of the code you are using??? Tammy, Indiana
  13. tcurtis

    I need some help with VB Code....Please help me!!!

    Thank you very much!!!!!!!!!!!!!!!!
  14. tcurtis

    Importing Flat Ascii Text File

    Here ya go...just replace with your file name DoCmd.TransferText acExportDelim, "Standard Output", _ "External Report", "C:\Txtfiles\April.doc" (If you need more help here is a copy of the info from the help file: The TransferText method carries out the...
  15. tcurtis

    reading from text file running a for loop..HELP!!

    Try putting the loop before your close #2
  16. tcurtis

    I still can't populate the database with a .CSV file...HELP!!!

    Thaqnk you all....I have finally figured it out!!! Thank you all who have helped me!!! Tammy Indiana
  17. tcurtis

    Isn't there anyone who can help me with VB Code?? I am desparate...

    That might help me if you put the names of my files in place of yours....hehehe.....my database name is Projectcsv.mdb and my files name is project.csv is there any more help you can give me?
  18. tcurtis

    Importing Flat Ascii Text File

    You can use the DoCommand to transfer your text file.
  19. tcurtis

    I need some help with VB Code....Please help me!!!

    I am not getting any erors....I am trying to populate my database with this .csv file and the database is still empty but the immediate window prints the values...why isn't the csv populateing my database? The database is still empty.

Part and Inventory Search

Back
Top