Moving data in Access 2010 -


i'm bit inexperienced have managed learn how use database (access2010) need remove old files. in database have primary table multiple tables stores additional information such notes.

i can't seem figure out how remove old files based on input date. want remove files , data stored in dependent tables year 2011 , after backing database.

i've tried delete query, , i've tried copy , past inside tables. know there has way without deleting individual files.

when run delete query invalid key errors , when delete files primary table, errors indicating there associated data stored in other tables.

since can't seem delete data across tables date range, can point out might doing wrong?

you need join additional tables "primary" table, include where clause delete matching date range.

for example, see answer https://dba.stackexchange.com/a/102738


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -