I'm trying to back into this project by defining what the user needs to see when they open a form. I'm between beginner and intermediate with vba, but have been using access for years.
When the user opens the form they need to see the resident's current balance.
The balance includes:
Previous balance (which I can just pull in)
Current rent (which needs to be based on the date the form is opened)
Late fees (which needs to be based on the date the form is opened, IF the date is past the 5th of the month)
I don't even know how to begin thinking about this.
It would be great if someone could just get my thoughts processing in the right direction. I especially don't know how to automate a field on form load based on a current date.
Thanks!
When the user opens the form they need to see the resident's current balance.
The balance includes:
Previous balance (which I can just pull in)
Current rent (which needs to be based on the date the form is opened)
Late fees (which needs to be based on the date the form is opened, IF the date is past the 5th of the month)
I don't even know how to begin thinking about this.
It would be great if someone could just get my thoughts processing in the right direction. I especially don't know how to automate a field on form load based on a current date.
Thanks!
Comment