Open to Suggestions

G

George

I work for the Air National Guard - as our planes return from flight the
aircrews report to our maintenance debrief center and report any aircraft
mechanical problems. To track these write-ups I created a database that works
just fine. Next I want to load the program on thumb drives so the Crew Chiefs
can track the write-ups while out of the country until they return. Question
is when they return how can I create a button in the master program to
transfer the data from the thumb drives? The program only has one table that
tracks the discrepancies.

Please give me the novice version if possible.

Thanks
 
K

Klatuu

The simple answer is you can link to the database on the thumb drive and use
an append query to import the data they have entered.
The only difficulty will be determining whether there is any duplicate data.
That is, if you enter a problem and the crew chief takes a copy of your
database and maked changes to the data, then it is more complex that just an
append.
 
K

Klatuu

That makes it really easy.
Just link to the table in their database and use an append query to import
the data from their table.
 
G

George

Done - That was too easy...

Klatuu said:
That makes it really easy.
Just link to the table in their database and use an append query to import
the data from their table.
 

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

Top