Using my front-end, I need to export tables to an export.mdb that can be sent via email. The back-end is secure and presenting problems for me. I'm trying to transferdatabase from the back-end into my front-end then transferdatabase to the export.mdb. After that is done it is set to delete the tables in my front end.
My main problem is the password on my backend. How do I get around that? It asks me to input the password then when I do it tells me it's wrong. Which I know is BS since I try opening it normally and it works fine!
Is there a better way to import/export tables from a db? I have to keep the autonumber in tact, so I'm not using a query.
Thanks in advance
All lessons learned from the School of Hard Knocks........at least tuition is cheap.
My main problem is the password on my backend. How do I get around that? It asks me to input the password then when I do it tells me it's wrong. Which I know is BS since I try opening it normally and it works fine!
Is there a better way to import/export tables from a db? I have to keep the autonumber in tact, so I'm not using a query.
Thanks in advance
All lessons learned from the School of Hard Knocks........at least tuition is cheap.