S SinKoh Registered User. Local time Today, 07:44 Joined Apr 4, 2015 Messages 14 Oct 15, 2015 #1 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
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
L llkhoutx Registered User. Local time Today, 07:44 Joined Feb 26, 2001 Messages 4,018 Oct 15, 2015 #2 You could use a table as the subform recordsource, forcing the same number of rows and columns to always appear which would be editable.
You could use a table as the subform recordsource, forcing the same number of rows and columns to always appear which would be editable.