Updating Multiple Tables Using A Single Form (1 Viewer)

lions1855

Registered User.
Local time
Today, 11:36
Joined
Mar 15, 2010
Messages
13
Hi

We have a database with multiple tables. Each needs to hold a piece of information. The database keeps track of user info, computer info, network data jack and network switch. All the tables are link by using a similar value that exist on all tables, and bringing together by using a query. Then, it is presented all the important fields to a single form. I can see the information but cannot be edited, or add new records.

By the way, the database resides in an MS SQL Server. The program use to connect to is Microsoft Access 2013. After doing some readings, some people have recommended to link the tables. Well, I have them link using a query.

Do I link them in MS SQL or MS Access 2013?

What are your suggestions?

Thanks
 

CJ_London

Super Moderator
Staff member
Local time
Today, 16:36
Joined
Feb 19, 2013
Messages
16,611
rule is one form, one table. if you have multiple tables, use multiple forms brought together as subforms on a main form. The linkchild/master properties of the subform control(s) are used in place of relationships
 

Users who are viewing this thread

Top Bottom