Filling in related data

BB

Registered User.
Local time
Today, 22:00
Joined
Aug 31, 2001
Messages
30
I am trying to use the following:

Private Sub AdjustmentDate_AfterUpdate()
Me!TransactionDate = Me!AdjustmentDate
End Sub

I would like to have today’s date as the default for AdjustmentDate; however, if the default is used, the TransactionDate doesn’t get updated. Is there a solution to my problem?

Thanks, NewToAccess, BB
 
But the user does have the option of changing the date to something other than the default date?
 
I would like to put a default date in because most of the time that will be the date needed, but not always. The user needs to be able to change it.
After the date is updated, I need to copy it to another field. However, if the user goes with the default date, it doesn't get updated to the other field.
 

Users who are viewing this thread

Back
Top Bottom