A
Angi
If I make this too confusing, I apologize in advance. I'll try my best.
I have a database that runs multiple updates on all the records. The user
wants to prompted for the update in case she has info to enter first. That
part is easy. She also wants to know how many days it has been since she's
updated it and how many records should be updated between then and today. Then
I need a cmd btn to list the records so she can see if it will affect anything
first.
Now, I have a yes/no msgbox that prompts her for whether or not to update. If
she says no, I have a form that will open and display the last date she
updated, the time in between and how many records should be updated. Then I'll
add a cmd btn to view the records. Sounds good, right?? Yeah, well how do I
do that? I've tried using a LastAccessed field with Date() as it's default.
That doesn't work because obviously, everytime it opens, it updates. DateDiff
I can handle. I think I can handle showing which records using the Between
statement, but how do I count the records that should've been updated? TIA!
You've all been so much help to me in the past!
I have a database that runs multiple updates on all the records. The user
wants to prompted for the update in case she has info to enter first. That
part is easy. She also wants to know how many days it has been since she's
updated it and how many records should be updated between then and today. Then
I need a cmd btn to list the records so she can see if it will affect anything
first.
Now, I have a yes/no msgbox that prompts her for whether or not to update. If
she says no, I have a form that will open and display the last date she
updated, the time in between and how many records should be updated. Then I'll
add a cmd btn to view the records. Sounds good, right?? Yeah, well how do I
do that? I've tried using a LastAccessed field with Date() as it's default.
That doesn't work because obviously, everytime it opens, it updates. DateDiff
I can handle. I think I can handle showing which records using the Between
statement, but how do I count the records that should've been updated? TIA!
You've all been so much help to me in the past!