View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick S.[_2_] Rick S.[_2_] is offline
external usenet poster
 
Posts: 3
Default Excel data to an Access table

Les,

If you know VBA you can try writing a reinitialization statement in the
module and call it after the append to ACCESS, else, write a macro to clear
the fields and call the macro after the command button to append the data to
ACCESS. The best approach depends on your comfort with VBA and/or macros.

Rick



"Les" wrote in message
...
I have an excel spreadsheet set up like a form. This form has 6 pieces of
data the user puts in. Once they are filled in the user needs to click on

a
command button and have those 6 pieces of data dumped (appended) into an
Access database. After that is done I want to clear the 6 fields where

the
data was in Excel.

Can someone help me?

Thanks,

Les