How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
(See all)
Need whitepaper and sample written on how to crea ...
By Nokiko on Aug 21
Max Bid: Open to fair suggestions


a vb program setup error using WinMe
By kmtai on Aug 21
Max Bid: $5


Need web page for editing User Groups in SQL Serve ...
By wbunker on Aug 21
Max Bid: $100


Web Site Graphic
By steamboat on Aug 20
Max Bid: Open to fair suggestions


2D RPG MMORPG Graphics(repost )
By Ponyboy32 on Aug 20
Max Bid: $40


web editor wysiwyg
By coderod on Aug 20
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories
Database 
(174 open)
   Access 
(64 open)
   MySQL 
(104 open)
   Oracle 
(10 open)
   SQL Server 
(58 open)
   Other DB 
(20 open)
Documentation / Tech Writing 
(21 open)
   Language (Human) Translations 
(7 open)
Data Entry 
(25 open)
Game Development 
(16 open)
Graphics / Art / Music 
(53 open)
   Graphics 
(58 open)
     Adobe AfterEffects 
(7 open)
     Adobe Photoshop 
(37 open)
     Adobe Premiere 
(9 open)
     3d Animation 
(10 open)
   Art (Misc.) 
(17 open)
   Music 
(9 open)
   Photography 
(7 open)
   3d Modeling 
(10 open)
Language Specific 
(111 open)
   Assembly / Machine language 
(5 open)
   ASP 
(63 open)
   ASP .NET 
(58 open)
   C# 
(55 open)
   C++ / C 
(136 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(51 open)
   Java 
(74 open)
   JSP 
(13 open)
   Perl 
(49 open)
   Python 
(10 open)
   PHP 
(104 open)
   XML/XSL 
(39 open)
   Visual Basic 
(143 open)
   Visual Basic .Net 
(94 open)
   Other 
(67 open)
Misc 
(40 open)
   CAD 
(7 open)
MultiMedia 
(28 open)
   Video Editing 
(3 open)
Network 
(52 open)
   Network Design 
(10 open)
   Network Implementation 
(17 open)
Platforms 
(70 open)
   Windows 
(185 open)
     MS Exchange 
(9 open)
     MS Office 
(24 open)
     Other 
(14 open)
   Hand Held/PDA Programming 
(14 open)
   Internet Browser 
(56 open)
   Linux 
(70 open)
   UNIX 
(19 open)
Requirements 
(13 open)
Security 
(38 open)
Testing / Quality Assurance 
(16 open)
Web 
(196 open)
   Page Design 
(96 open)
   Flash 
(48 open)
   Web Services 
(81 open)
   Web (Other) 
(86 open)
Training 
(12 open)
   Computer Based 
(11 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

VB code to export a table from Access2000 to text file
Bid Request Id: 8646
Bookmark in my 'To Do' list
Posted by: infomed (37 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 14.81%
Buyer Security Verifications: Good
Approved on: Feb 9, 2002
8:07:08 PM EDT
Bidding Closes: Feb 23, 2002
8:09:37 PM EDT
Viewed (by coders): 1159 times
Deadline: 2/11/2002
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: Database, Visual Basic
Enter chat room for this bid request
(0 active users at Aug 21, 2003 4:38:42 AM EDT)

Description:
I need the vb code to allow the export of a database table to a delimited text file. All I want is the code that, with the push of a button (e.g., command1_click) will save the contents of table "Demographics" to a comma delimited text file.


I've included a copy of the table (it is in an Access2000 database that is password protected. The password is "A123"). The code must open the password-protected database, then export the data to a comma delimited text file. Some of the fields contain a comma within the text, so that issue must be dealt with as well.


Thanks.

Deliverables:
Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

Complete copyrights to all work purchased.


Platform:
windows

Must be 100% finished and received by buyer on:
Feb 11, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.

Special Conditions / Other:
I need the code to copy and paste into my program. No classes to solve the problem, please.

Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.



Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
Michael Sharp
(134 ratings)
in Ptolemaida, Kozani
Greece
Bid id: 101,754
This coder is certified! Click here for transcript
$13 (USD) Feb 10, 2002
4:23:02 AM EDT
 9.98
(Excellent)
   
Hi Informed,

I have (already written) a module that will do exactly what you want. You can either drop it into your project as a module or copy and paste the code into a command button. It exports any access table into a CSV format. The field names are in the first row and each exported field is surrounded by quotes to resolve field data that contains commas. The output file can be opened directly in Excel without any other formatting. The way I've coded this, you only need to supply the path/name to the Access file, a password if present, the table name and the output file path/name. The code takes care of the rest.

Regards,

Mike

P.S. - This is very straightforward - no classes just pure VB code (about 3k)
 
 
 
 
  See 2 private reply(ies)
to/from Michael Sharp.
 




Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Securenext
Rated a 9.97 on 116 jobs 
Buddies
Rated a 9.83 on 85 jobs 
Codman
Rated a 9.97 on 155 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
Michael Sharp
Rated a 9.98 on 182 jobs 
D-N-S
Rated a 9.93 on 38 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
hernest
Rated a 10 on 117 jobs 
Maxnet Technologi es Private Limited
Rated a 9.93 on 78 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.