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!

Modifying the database by parsing a text file

Status
Not open for further replies.

Sen7inel

IS-IT--Management
Feb 14, 2001
90
FI
Hi,

I have invoices with ID numbers in SQL DB, and a file (plain text) from bank in certain format with some of those IDs. How to get Access to mark certain bills as paid, accordingly to the text file? I have no idea where to start. Does this need "advanced" VBA programming?
 
I think you can get around the advanced VB programming by importing the text file to a temporary table and then running an UPDATE query from that temp table against your invoice table.

Hope that is a start... Terry M. Hoey
th3856@txmail.sbc.com
While I don't mind e-mail messages, please post all questions in these forums for the benefit of all members.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top