P
Pass-the-Reality
I have two fields on my form - RevisonDate and ReviewDate. The default
value for RevisionDate is set to =Date(). This works fine. I then set the
default vaule for the ReviewDate to =[RevisionDate]+60. This ONLY works if I
manually type in the RevisionDate. I know I need a requery somewhere and I
have tried it on the form and different fields, but it is not working. Where
should I add the requery????? Or do I need to remove the default for
ReviewDate and just have code to populate the field on close? Not sure.
value for RevisionDate is set to =Date(). This works fine. I then set the
default vaule for the ReviewDate to =[RevisionDate]+60. This ONLY works if I
manually type in the RevisionDate. I know I need a requery somewhere and I
have tried it on the form and different fields, but it is not working. Where
should I add the requery????? Or do I need to remove the default for
ReviewDate and just have code to populate the field on close? Not sure.