March 20, 200124 yr Newbies My database is set up with a main menu which leads to several seperate layouts for entry of different data. When I navigate from the main menu to a new layout, the previous data entered in the various fields is displayed. Is there a way to show blank fields in the layout every time I go to that view? Thanks Pavel
March 20, 200124 yr Any fields in which data was entered will show that data regardless of the layout. Each record is one separate set of data; the layouts are irrelevant to that fact. If you want a new record, you need to create one. You can add a script step to do so if you want, but I suggest a separate button instead. That way, navigating between layouts doesn't create new records you don't want.
Create an account or sign in to comment