Show Bid Request
VB code to export a table from Access2000 to text file
Bid Request Id: 8646
|
|
|
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
|
|
|
|
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!
|
$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) |
|
|
|
|
|