i would like a linked datasheet (table) to open once access is opened. how do i do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a form with your linked table as it’s record source. Set the form to open automatically at database startup.
Edit: If you really, really feel you need to open the table directly instead of using a form … look at DoCmd.OpenTable You could put your DoCmd.OpenTable statement in an autoexec macro. Then it should run every time you open the database.