existing tables to templates?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have tables that are not structured exactly like the tables in the
templates I want to use (class management for example). I want to be able to
add the contact information of the students to the template but when I change
the recordSource to my table then all the cool goodies like gpa and
assignment reports no longer work. How do I keep all the functions of the
template but use my data?
Thanks
Stephanie
 
srpadams said:
I have tables that are not structured exactly like the tables in the
templates I want to use (class management for example). I want to be able
to
add the contact information of the students to the template but when I
change
the recordSource to my table then all the cool goodies like gpa and
assignment reports no longer work. How do I keep all the functions of
the
template but use my data?

Consider using a query to extract from your tables, into a compatible format
with the tables from the template, and appending that data into the template
tables. Once you have constructed a database from the templates, you can
open the objects in design view to alter them -- you do have to have some
knowledge of how Access works.
 

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

Back
Top