473,394 Members | 1,845 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

populating an access database...

RAB
I want to populate my access database with strings which are coded as
follows:
{
{"string1"},
{"string2"},
{"string3"},
......
{"string100"},
{"string101"},

}
I have 200 of these string lists that I want to populate an access data

base.

Without having to copy and paste each string individually, is there
anything I could do that would be simpler and faster?
Thanks,
RABMissouri

Nov 14 '05 #1
2 1049
RAB wrote:
I want to populate my access database with strings which are coded as
follows:
{
{"string1"},
{"string2"},
{"string3"},
......
{"string100"},
{"string101"},

}
I have 200 of these string lists that I want to populate an access data

base.

Without having to copy and paste each string individually, is there
anything I could do that would be simpler and faster?
Thanks,
RABMissouri


Where are the "strings" coming from? A Text file? If so, look at
LineInput/Open/Close and code examples in help to read the file.

Look at "Instr()" in help to see where something exists in a string if
you need to parse out data.

Look at "Insert Into" in help to insert a record or look at "AddNew" in
help and their code examples.
Nov 14 '05 #2
If you're just going to put these strings into your database once, you
can use the Import Table feature in Access. Open your db, go to the
Tables tab, right-click and choose "Import...". From there the wizard
takes you through it.

Nov 14 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: cloverme | last post by:
Hi, I need help populating a listbox from a database on a webform. I created a an access database with a table, fields and data. Then I created a WebForm in vb.net and added a DropDownList...
1
by: MrB | last post by:
I am quite new to vb.net. I have been using VBA for years, but an having problems with populating a listview. I have tried many things, including snippets of code from some news groups with no...
1
by: Jeremy | last post by:
Hi, I hope (expect!) this is straightforward - at this stage I need to know the feasibility of this. The scenario: a webserver running a database. A subset of the data (say 3 tables) needs to be...
1
by: John Hargrove | last post by:
I am building a database to manage test samples in an environmental laboratory. I am learning Access as I go and don't know much about the programming aspects. I hope to make the application...
3
by: ssb | last post by:
Hello, This may be very elementary, but, need help because I am new to access programming. (1) Say, I have a column EMPLOYEE_NAME. How do I fetch (maybe, cursor ?) the values one by one and...
0
by: Glum | last post by:
I have created a DataSet in a VB.NET program and wanted to know if there is an easy way to push tables from the DataSet to a microsoft access database. What I am trying to do is take a...
3
by: sck10 | last post by:
Hello, I am creating a form for users to enter information about a lab and the members of the lab. I have one form (FormView) that they use to enter information about that lab. The keyvalue is...
7
by: jpatchak | last post by:
Hi, I have built an Access database that links to tables on a SQL server through an ODBC connection. One of my users is having a problem with his forms. None of the values specified in the...
13
by: Mary | last post by:
I'll pulling my hair out on this one and would be so appreciative of any help. I am creating a data entry form to enter results of a student survey. There are 40 questions on the survey. The...
0
by: koonda | last post by:
Hi all, I have a Project due after one week. It is a web service project. I have a Web Form which communicates to the web service and this web service communicates to the database. I have all my...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.