Sam has attended:
Access Introduction course
Access Intermediate course
Append data
How would i append data on to a blank database? How wouls i save the structure of a blank database?
RE: Append data
From what I can think, black databases have no structure. Perhaps you could provide more information regarding what you want to acheive.
Appending data to a blank database would be the same as importing a new set of data to a new table. Simply run the import wizard, and when asked, send the data to a new table.
This will create the required structure of the table, according to the data you are importing. If you were to apend data to this table afterwards, the data would need to be in the same format as the table to be successully imported.