sql server - Microsoft Access Forms with SSMS 2012 -


we maintaining microsoft access 2016 database locker management inventory. database contains complex queries (computed columns) , reports , database backend file on same computer. required use sql server management studio 2012 our back-end microsoft access forms , form required accessed 10 users on lan. please guide step step procedure task.

thanks in anticipation.

access inherently multi user , has no problem linking tables on sql server on same lan.

the design steps typically design application in access, unsplit, in single file. when app ready - 1 splits file end , front end linked. 1 can copy front end multiple times multiple users.

these steps above access , you'll find documentation online , in textbook access database.

the final step, if 1 must use sql server end, import tables access end file sql server. not uncommon instructions in sql server area.

hope helps.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -