Matt said:
Hi Folks,
Is there a way to take my Access database and convert it to a SQL one?
Thanks!
Matt
Not sure what you mean by "sql one". Ms-access is complete based on, and
built around sql. Forms can be based on sql, combo boxes are based on sql,
listboxes are based on sql, reprots are based on sql.
Perhaps you are talking about sql server, or a database "server" product.
You can most certainly move the data from a mdb file to sql server, but
continue to use ms-access as your development tool (after all, Oracle,
sql-server etc do NOT have the ability to build reports, or build forms).
So, you want to keep in mind that ms-access is a developers tool that lets
you *connect* to a database system of your choice. The default engine is
called "JET" and that is a file share system. However, for the last 3
versions of ms-access there has been included a server based 100% compatible
with sql server engine on the office cd also.
You don't mention what database server product you are planning to use with
ms-access, but those that support odbc as a general rule will work with
ms-access.