Connecting Tech Pros Worldwide Help | Site Map

Save an Array to a Table

  #1  
Old July 17th, 2006, 12:45 PM
Newbie
 
Join Date: Jul 2006
Posts: 1
Dear members,

I am developing a Content Management System.
The user of this system will enter info related to a file in an array (comma delemited).

What i want to do is take the array, parse it and compare it to a table. If a match is found i do further proccesing. and if any unique values are found in the array i add them to the table.

The idea is taken from Google Bookmark.

I'm using MS Access 2003 and VBA.

All sugestions are welcome.

With regards and thanks in advance.

Moiz.

Last edited by moiz217; July 17th, 2006 at 12:50 PM.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using an array to save details on a form. Emmanuela answers 1 October 31st, 2006 05:51 PM
Serialization of an array elziko answers 1 November 20th, 2005 10:38 PM
Saving array to a file Whodat answers 0 July 22nd, 2005 01:37 AM
What is the purpose of an array? Joel Farris answers 5 July 17th, 2005 08:28 AM