reverting back to a previously saved file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I accidentally deleted a column in the table. Since undoing doesnt seem to work, is it possible to revert back the same file to that state which I last saved it?
 
xenosis said:
I accidentally deleted a column in the table. Since undoing doesnt seem to
work, is it possible to revert back the same file to that state which I last
saved it?

Not unless you have a backup copy of the database. In that case, you can add
the column back and run an Update query to return the data. Of course
records added since the deletion will not have data in the "new" field.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top