-----Original Message-----
Hi Lloyd,
The thing to do is split your database into two mdb files, a back end
containing just the data and a front end with the forms, reports and the
rest of the functionality. Access comes with a database splitter (in
Tools|Database Utilities or Tools|Add-ins depending on version). See
Help for more information.
If you and the other user are on the same network, put the back end in a
shared folder that you both can access, and a copy of the front end on
each computer, both linked to the same back end. Then you can develope
your front end while the other user enters data through theirs.
If you're not both on the same LAN, copy front end and back end to the
other machine. Then when the data has been entered, just copy the other
back end onto your machine and link the improved front end to that. You
just have to take care not to change the design of the tables and
relationships in the back end.
I am at the point where I want a user to add more data to
my application while I continue to work on refining forms
and reports. Can I simply make a copy of the .mdb file,
let the user add data, then import all of that data and
overwrite what data is in my copy? Or is there another or
better way to accomplish my goal?
Thanks, Lloyd
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
.