K ksgolfer Feb 1, 2010 #1 Trying to figure out how to open a table in datasheet view using a control button on a form and not use a split form view. Any help?
Trying to figure out how to open a table in datasheet view using a control button on a form and not use a split form view. Any help?
F fredg Feb 1, 2010 #2 Trying to figure out how to open a table in datasheet view using a control button on a form and not use a split form view. Any help? Click to expand... I'll assume you meant to say "open a 'form' in datesheet view". To open a form in datasheet view by means of code you must explicitly code it to open in datasheet view: DoCmd.OpenForm "FormName", acFormDS
Trying to figure out how to open a table in datasheet view using a control button on a form and not use a split form view. Any help? Click to expand... I'll assume you meant to say "open a 'form' in datesheet view". To open a form in datasheet view by means of code you must explicitly code it to open in datasheet view: DoCmd.OpenForm "FormName", acFormDS