append data or insert into or something else?

  • Thread starter Thread starter Julie
  • Start date Start date
J

Julie

Hi all

I am new to using Access 2007 and have a question for you experts.

I am interested in adding a new record and inserting some data from one
table to annother, based on some rules.

I have a long string and I want to, for each parsed section of the string (I
have hthe parsing code working fine in visual basic) I want to search table
A. Each time I find a record that contains the parsed phrase in either one of
two fields, I want to append a new record to table B with the contents of a
few of the fields from table A. I am not sure if this is something I can do
with the query, or an Append command, or an Insert into command, it seems the
query probably won't work and it needs to be coded. I come from a visual
foxpro background and there I could have done an append from table A for ...
I would appreciate any suggestions for how best to accomplish this in Access
2007/Visual Basic.
Regards, (and HAPPY HALLOWEEN), Julieinstance, if a
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Append only Null records in table 2
append query not appending 2
Using Append to Update & Calculate Data 10
Append Queries in 2007 5
Append Query 3
Update/insert or append? 5
Append Query 11
Append query? 3

Back
Top