Re: Data storage/retrieval
- From: Adam <Adam@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Dec 2007 19:10:00 -0800
i appreciate your assistance here is the scoop
I need to track the progress of 7 production measureables every 2 hours.
Workbook has three tabs, Shifts 1, 2, 3 for each shifts supervisor to enter
the progress observed every two hours.
Working files field names are by column. All entered data would be in same
column. (except date). 7 measureables Column A, Column B there are four cells
to enter data (2 hour interval progress over 8 hour shift) per measureable,
at least 28 cells of data to transfer to a running data table every shift.
This table does not have to be in the same workbook but will that simplfy
things? Your call
using somekind of 'update and clear' macro will allow the supervisor to use
the same file instead of a new one/save as every day, but also store that
info so that daily, weekly, monthly reports can be used.
The reason I am not just simply having them input this data into one single
table is due to the fact that the next two columns C & D have specific cause
and fail codes that are chosen from a drop down box. This data too will need
to be compiled but would be very similar to the progress cells that are of
interest right now.
Instead of using a workbook close command, would a command/action button
"Update" work so that the supervisor can enter info into one of the shift
tabs throughout the day but not actually transferthe data to the file until
the End of Shift (8th hour) production status has been entered and the
"Update" button clicked.
looking forward to discussing with you,
thanks
Adam
"Otto Moehrbach" wrote:
Yes, you would need a macro for that. From what you say, maybe a.
Workbook_BeforeClose macro would work for you. That macro will fire
whenever the user issues a Workbook Close command (perhaps at the end of the
day?). The code in the macro can be written to do whatever you want done.
If you think this would work for you, post back and provide a bit more
detail about the layout of your data, what you want copied/pasted and the
layout of where you want it pasted. HTH Otto
"Adam" <Adam@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A7FBC480-98B5-4FCC-B56F-75775496DDB8@xxxxxxxxxxxxxxxx
I would like to set up an excel file that has several tabs that send data
to
one table, but on a daily basis clear the data in those tabs to enter new
info while continuing to add/store that data to the master data table.
First three being, say 1, 2, 3. Data will be entered into those file
fields.
I want to be able to send that data to a running summary table ie by rows.
for that day. For day 2 I want to use the same 1,2,3 tabs to enter in new
info and at the same time still have that data linked to that table. etc
continue to clear the entered info but update a master table.
Does this involve macros or can I only do this through controls and
database
functions.
- Follow-Ups:
- Re: Data storage/retrieval
- From: Otto Moehrbach
- Re: Data storage/retrieval
- References:
- Re: Data storage/retrieval
- From: Otto Moehrbach
- Re: Data storage/retrieval
- Prev by Date: Re: Concatinate a function and make it work
- Next by Date: Re: vlookup with multiple columns
- Previous by thread: Re: Data storage/retrieval
- Next by thread: Re: Data storage/retrieval
- Index(es):
Relevant Pages
|