Additional SQL Server features and topics not covered by specific categories
Hi @Bobby P ,
>What SQL Server Access information would we necessarily need in a general SQL Server Access Form?
Did you mean creating your form template based on a SQL Server database? If I misunderstood, please let me know.
In order to design your form template based on a SQL Server database, you need the following information from your database administrator:
• The name of the server that contains the database that you will connect your form template to.
• The name of the database that you will use with this form template.
• The authentication required by the database. The database can use either Microsoft Windows authentication or SQL Server authentication to determine how users can access the database.
• The name of the table that contains the data that you want to send to the form or that will receive data from the form. This is the primary table. If you are going to use more than one table in the database, you need the names of those other, child tables. You also need the names of the fields in the child tables that have relationships with the fields in the primary table.
Please refer to the MS blog Design a form template based on a Microsoft SQL Server database to get more information.
Your issue is related to MS Access, if you have further issues about this, please add office-access-dev tag, people there will give you a better help.
If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.