Access adding several one to many relationships

J

Jason Smith

I am considering using infopath to develop a budgeting tool for several cost
centers. In my test, I have three tables Cost Center Master, Chart of
Accounts, Budget Data. Cost Center Master and Chart of Accounts are both one
to many relationships with Budget data. How can I pull in All info from
Budget Data and only the Cost Center description from Cost Center Master and
the Account Description from the Chart of Accounts?
 
S

S.Y.M. Wong-A-Ton

If you are using Microsoft Access, you can create a Query using the
appropriate joins between the tables and then use this query as the data
source to your form. If you are using SQL Server, you can create a View using
the appropriate joins between the tables and then use this view as the data
source to your form.
 

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

Top