I'm trying to find a way so that when my form is opened it automatically opens up to a new record. I still want to be able to view previous records. I know there is the "Data Entry" option, but I still want to be able to view previous records. Thanks!
Ok, that worked. Also, I created a form called Vendor List. And I have a button on another form that is supposed ot open the vendor list. When I created the vendor list form I created it as a datasheet, but whenever I open it from the other form it displays as a regular form. How do I go about making it open as a datasheet?
Check the different formviews of the openform method. Datasheet is acFormDS,
There are also properties of the form, where you can set the allowed views of the form (they differ a bit between xp and 2000, I think, but in xp you can set "allow form view", "allow datasheet view"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.