edit datasheet form

  • Thread starter Thread starter kennytwk via AccessMonster.com
  • Start date Start date
K

kennytwk via AccessMonster.com

anyone know how to disconnect a datasheet form from a table, i use wizard to
create a datasheet form but i need it blank just like a spreadsheet, wizard
keep forcing me to connect my form to the table, thanks in advanced
 
create the form using the wizard, and save it. then open the form in Design
view, open the Properties box, click on the Data tab, and delete the table
name from the RecordSource property line.

then highlight all the textbox, combobox, and listbox controls, and delete
the field name from the ControlSource property line.

now the controls, and the form, are unbound.

hth
 
Back
Top