Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date stamp

Status
Not open for further replies.

osp001

Technical User
Nov 19, 2003
79
0
0
US
Still pretty new to Access, so be gentle with me!

I have a table that has an item number, a quantity "in," a quantity "out," and a date column. The date column is new.

I'm trying to figure out a way to change the "date" field for each line as the quantity "in" is incremented. In other words, when a new item is added, the date field is updated.

I can get it to update when a *new* line is added, but I can't get it to update when that "in" field is incremented.

Any suggestions would be welcome. Thanks!
 
How are ya osp001 . . . . .

In the [blue]AfterUpdate[/blue] even of the "In" control:
Code:
[blue] Me!Date = Now()[/blue]

Calvin.gif
See Ya! . . . . . .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top