importing excel spreadsheet

  • Thread starter Thread starter stealth
  • Start date Start date
S

stealth

Hi

I have successfully imported data from excel spreadsheet into a tabl
in my database. However I would like the data to be inputted into
form rather a table because I have additional data to add in fields an
a subform.

Is this possible?

cheer
 
Forms don't have data. Forms are windows where you can view/edit data.
Hence, you can't "input" into a Form.

Import into a Table. Modify the Table to have additional required Fields.
Create a Form (using the Form Wizard) that is bound to the Table and you can
open the Form and modify your data.
 
Back
Top