new fields on table

  • Thread starter Thread starter susan
  • Start date Start date
S

susan

I have added two new fields, cost and initials, to an
existing table of data and added these fields to an
existing form. The object is to have the data entry
person scroll thru each record in the table, view last
year's cost then add this year's cost. As the cost is
added to each record, I want the data entry person's
initials added automatically to the table. The initials
are already collected thru a startup form w/ the initials
field. So I need to create an 'after update'(?)event that
will automatically bring the person's initials to the
initials field on the form, if a cost has been entered.
Suggestions? Please!
 
Back
Top