Editable subform grid

SinKoh

Registered User.
Local time
Today, 07:44
Joined
Apr 4, 2015
Messages
14
I don't know where to put this so I figured general is the best place. VBA Access form has a subform. I was wondering if there was a way to make one grid on the subform like a textbox(editable)? Basically make a grid on subform able to Update
 
You could use a table as the subform recordsource, forcing the same number of rows and columns to always appear which would be editable.
 

Users who are viewing this thread

Back
Top Bottom