Split View

kitty77

Registered User.
Local time
Today, 12:03
Joined
May 27, 2019
Messages
715
I created a form with a split view. Is it possible to only show a few fields on the table view and more fields in the detail area?
 
Not possible using a standard split form as it is just one form - check in design view.
However that would be possible using an emulated split form:
 
I seem to vaguely recall a similar discussion. Have you tried hiding the columns you don't want to see in the datasheet view?
 
Like this?

Table
1641431367867.png


Split Form
1641431401370.png
 
Apologies. DBG is correct.
You need to display all required fields then hide the unwanted fields in the datasheet view

However, you can't do it the other way round...as the single view is the 'parent' part of the split form.
Removing fields from the single form section removes them from the datasheet as well
 
So, it looks like hiding is the way to go?
 

Users who are viewing this thread

Back
Top Bottom