M
Matt K.
Over the years in my organization records have been collected/managed with
EXCEL. The users have grown accustomed to their data-entry tasks using excel.
Basically we will track an item through our shop and as it "goes down the
conveyor belt" an employee will basically give it a date stamp when they are
done witht their task. In excel, for multiple records this can be
accomplished by the Edit>Fill>Down pretty easily.
I am building an Access db/interface to replace the *cumbersome* spreadsheetS.
I have made a form in Access which enables me to do this sort of thing by
letting the user search for a group of records, select them in a listbox,
select the field to update from a combobox and then finally hit a command
button which loops thru the records updating the field. This part work great.
Now, I would like to be able to basically display the updated records with
the updated field, maybe in a datasheet type view, but not with all the
fields in the table. I suppose this would be just for a confirmation to the
user what just happened. I guess I can just use a msgBox or something, but a
nice little subform or simialar would be better for the users at this point.
I can build a subform to display "predetermined" fields, but how to have the
subform display the user selected field they have just updated.
I have a basic understanding of some SQL code. ANY IDEAS??
I hope I have explained this somewhat clear....
EXCEL. The users have grown accustomed to their data-entry tasks using excel.
Basically we will track an item through our shop and as it "goes down the
conveyor belt" an employee will basically give it a date stamp when they are
done witht their task. In excel, for multiple records this can be
accomplished by the Edit>Fill>Down pretty easily.
I am building an Access db/interface to replace the *cumbersome* spreadsheetS.
I have made a form in Access which enables me to do this sort of thing by
letting the user search for a group of records, select them in a listbox,
select the field to update from a combobox and then finally hit a command
button which loops thru the records updating the field. This part work great.
Now, I would like to be able to basically display the updated records with
the updated field, maybe in a datasheet type view, but not with all the
fields in the table. I suppose this would be just for a confirmation to the
user what just happened. I guess I can just use a msgBox or something, but a
nice little subform or simialar would be better for the users at this point.
I can build a subform to display "predetermined" fields, but how to have the
subform display the user selected field they have just updated.
I have a basic understanding of some SQL code. ANY IDEAS??
I hope I have explained this somewhat clear....