Can Excel be the front end for Access and vice versa

K

K E Senthil Kumar

Hi,

I am trying to develop a Expense form. I am trying to develop the same in
access, but since there are different type of calculations to be done, i am
finding it difficult to design the same in Access. however, i am thinking of
using Excel as a front end, since calculations can be done easily in excel.
Is this possible.

The general gudeline would be: Create a template in Excel, the fields should
come from the Access table, and then the calculated fields should go to the
database and a report created from access or excel. is this possible

Any body could point me in the right direction.

thanks
kesk
 
A

ALESSANDRO Baraldi

K E Senthil Kumar said:
Hi,

I am trying to develop a Expense form. I am trying to develop the same in
access, but since there are different type of calculations to be done, i am
finding it difficult to design the same in Access. however, i am thinking of
using Excel as a front end, since calculations can be done easily in excel.
Is this possible.

The general gudeline would be: Create a template in Excel, the fields should
come from the Access table, and then the calculated fields should go to the
database and a report created from access or excel. is this possible

Any body could point me in the right direction.

thanks
kesk

Access use a different kind of calculation, but you can do anything you
need.
If you need Access like BE you can Merge Excel Datasheet Fields to Access
Table.

Read about it on Help.

Alessandro(IT)
 
C

Chris

Excel can also use either ADO or DAO, just like Access.
Just set a reference to ADO, and away you go.

If you need help with the connection string property, open
up your database and in the debug window (CTRL-G), type:
?CurrentProject.Connection


Use that string in Excel, and the rest is pretty much the
same.



Chris
 

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