B
brian
Hi
I have an access database driving a very meaty report with about 300
fields from current record.
It uses a word template and the mailmerge facilty.
All is kinda ok but because of the number of fields and lookups I have
had to split the data up into three separate tables linked 1 to 1. I
have also split the template in 3 so it means running the merge three
times (once for each section) to get the merge job done.
Having three seperate forms is ok - thopught about using subforms but
3 forms is quite convenient in this case.
I wish to address this and I am assuming that upgrade to sql server
could be a sensible route however a little unclear on the logic.
Would this enable me to use access as the front end AND use a linked
table to the SQL backend table which contained more than the 255
fields normally allowed in Access.
I am more of an access person than SQL server so tend to keep to what
I know reasonably well. I think I'm not really clear on the using
Access as a front end to SQLServer details and limits - SQLserver
limits or Access limits? number of fields in table or linked table
particularly.
Some code is replicating a dozen or so fields between the tables at
the mo to ensure all fields needed by the merge for that part of the
doc are present in the table.
There are some access memo fields in case that makes a difference.
Any advice appreciated - is upgrade to SQL a good route?
Brian
I have an access database driving a very meaty report with about 300
fields from current record.
It uses a word template and the mailmerge facilty.
All is kinda ok but because of the number of fields and lookups I have
had to split the data up into three separate tables linked 1 to 1. I
have also split the template in 3 so it means running the merge three
times (once for each section) to get the merge job done.
Having three seperate forms is ok - thopught about using subforms but
3 forms is quite convenient in this case.
I wish to address this and I am assuming that upgrade to sql server
could be a sensible route however a little unclear on the logic.
Would this enable me to use access as the front end AND use a linked
table to the SQL backend table which contained more than the 255
fields normally allowed in Access.
I am more of an access person than SQL server so tend to keep to what
I know reasonably well. I think I'm not really clear on the using
Access as a front end to SQLServer details and limits - SQLserver
limits or Access limits? number of fields in table or linked table
particularly.
Some code is replicating a dozen or so fields between the tables at
the mo to ensure all fields needed by the merge for that part of the
doc are present in the table.
There are some access memo fields in case that makes a difference.
Any advice appreciated - is upgrade to SQL a good route?
Brian