It is always difficult to try and use the previous concepts to learn a
different product. However, when one CAN make conceptual connections between
what one knows..and what one is trying to learn..it helps...
However, the products are very different in their flavor and use. What was
easy, or done without thinking in FM will now be hard in ms-access. (and,
one should note that the EXACT same problem would exist for me to learn, and
use FM).
I think you should get a book..and that will help you reduce your
frustrations..and get you up to speed.
I am trying to figure out the differens between Access and Filemaker.
What is a form compared to a layout, that filemaker has
I am guessing that a layout is similar to a form in ms-access. A form in
ms-access is something you build, and the controls and objects you place on
the form result in something that is a "view" or looking glass into a
database. That form can show some, or all data from a table. In fact, the
form can also show data from several tables (you use sub-forms to do this).
You can also build forms that don't actually edit data, but prompt the user.
Here is some examples for forms that JUST prompt the user for data. These
are called un-bound forms
http://www.attcanada.net/~kallal.msn/ridesrpt/ridesrpt.html
You also might want to display data as a grid, and for that you can use a
continues form. Here is some ideas:
http://www.attcanada.net/~kallal.msn/Articles/Grid.htm
A report is simply what is means. To create a report that gives totals of
sales man, grouped by country or region is example of a report. So, forms
are for data entry, and building the application user interface. Reports are
for viewing data, and sending data to a printer.