Hello,
We have Access databases (backends) that will eventually be
consolidated into a SQL Server database, to facilitate data reporting,
analysis, etc.
Some queries in one Access database front end contain expressions that
reference code in Access modules in the Access front end, primarily the
ones from mvps.org/access that will concatenate data from various
fields in *other* additional tables than the main query table.
Other queries use the Mid function to concatenate field values from
within the same table.
Can such queries be carried over to SQL Server 2005, or will I have to
rewrite those queries somehow??
I have the Chapman/Baron reference book and will be reading that a lot
eventually.
Thank you, Tom
We have Access databases (backends) that will eventually be
consolidated into a SQL Server database, to facilitate data reporting,
analysis, etc.
Some queries in one Access database front end contain expressions that
reference code in Access modules in the Access front end, primarily the
ones from mvps.org/access that will concatenate data from various
fields in *other* additional tables than the main query table.
Other queries use the Mid function to concatenate field values from
within the same table.
Can such queries be carried over to SQL Server 2005, or will I have to
rewrite those queries somehow??
I have the Chapman/Baron reference book and will be reading that a lot
eventually.
Thank you, Tom
Comment