U
Ultraviolet47
Hi
I have code that extends the date in the field by one year:
Me.[DateExpire] = DateAdd("yyyy", 1, Me.[DateExpire])
I would also like it to update the corresponding record in another
table (there is a payee and a receiver, I would like it to update not
just the receiver field but the payee one as well) I have tried various
references to the table, but just debugs.
Does anyone know the code to acheive this? The table I want it to
update to is Tbl_Payee, has same field name, and using Access 03.
Thanks, much appeciated.
I have code that extends the date in the field by one year:
Me.[DateExpire] = DateAdd("yyyy", 1, Me.[DateExpire])
I would also like it to update the corresponding record in another
table (there is a payee and a receiver, I would like it to update not
just the receiver field but the payee one as well) I have tried various
references to the table, but just debugs.
Does anyone know the code to acheive this? The table I want it to
update to is Tbl_Payee, has same field name, and using Access 03.
Thanks, much appeciated.