Link fields if found

K

kmerid59

I have a registration from that has numerous fields and would to like if the
register this year pull all the fields from old over to new db - I can either
use exsisting excel or import old into acess. The member nbr is the primary
key

I am using access 2007
 
J

John W. Vinson

I have a registration from that has numerous fields and would to like if the
register this year pull all the fields from old over to new db - I can either
use exsisting excel or import old into acess. The member nbr is the primary
key

I am using access 2007

A Form is just a window, a tool to view data in the table. You can't pull data
from a form because it doesn't exist there - it exists in a table.

What is the table? What's its structure (fieldnames and datatypes)? Why do you
think you need a new database? If you have the same data from year to year,
normally you would have two tables, one for the static data and another for
the year to year changing data, in a one to many relationship?
 

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


Top