BallunarCrew
Programmer
I am trying to move my Access 2007 database to a SQL Server backend without having to make all the programming changes in the Access front end database for things such as changing "No" criteria to "False" or a numerical value since SQL Server does not have a Yes/No data type. I have a co-worker that says he has seen it done by using an intermediate database of linked tables or something similar. The idea is to have an Access database that contains the links to the SQL Server tables and another Access database that links to the links only database. The problem is that I can't create a linked table in the front end to another database that only has links in it; no tables show up in the items to link to. Does anyone have an idea?