Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table at SQL Server as Recordsource for a form in Access 97

Status
Not open for further replies.

MartinGladis

Programmer
Jan 16, 2003
4
0
0
DE
Hello,

how can I set a table of a sql server database as the recordsource for form in ms access 97?

Thanks,
best regards
Martin Gladis
 
Have you tried to use an access linked table ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Thanks, PHV,

yes I know that I can use a linked table.
But I do not want that users have access to this linked table. Therefore I thougth that I will better use the recordsource property in VBA to assign a sql server table to a form.

Best regards

Martin Gladis
 
If the name of the linked table starts with USys then the user don't see it in the database window.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
1. Set the table property to hidden.
2. Why do your users have access to the database window?


Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top