Adam said:
looks like I may be confused I was under the assumption that access 2000
(and
2002) enterprise edition contained it's own stored
procedures/views/triggers.... have I been a little silly?
As others mentioned, there is one version of ms-access. There is certainly
MANY editions of office (professional, premium etc). However, those premium,
professional and even standard editions of office all have the SAME version
of Excel (there is not a premium edition of excel, or a pro edition of excel
etc.).
So, the only confusing might be what version of office includes access, but
after that, they are ALL the same.
contained it's own stored
procedures/views/triggers
You are not clear by the above at all. What you mean by "its own"? If you
are asking right out of the box using the office cd that includes ms-access,
can you use stored procedures, and views and triggers? The answer is yes.
Since access 2000, the office cd has included two database engines. One
engine is JET, and the other engine is the desktop edition of sql server.
Both of these engines work fine with ms-access. So, if you MUST have stored
procedures and triggers, then choose the 2nd engine (the so called MSDE
engine, which is 100% compatible with sql-server). If you can live without
stored procedures and triggers (and, presumabley use the forms before update
events, or after update events in place of triggers), then you can use the
JET engine. The choice is yours here.