vangogh228
Registered User.
- Local time
- Today, 18:25
- Joined
- Apr 19, 2002
- Messages
- 302
I have a database that has a table of address updates, so that each new address is added to the table as the client moves. Now I am being asked to provide a report that includes the clients CURRENT address. So, I need to query the table for the last-entered address for a client. The goal is to put a button on the client's main screen that will print a report that includes the current address. In the address table, I have a field with an autonumber, a field with the client number in it, then the necessary address fields.
I do not know any VBA code except that which I have learned from the wizards and copying from objects like buttons. I know this complicates things... but any help is appreciated. This database is for a nonprofit organization that provides services to semi-homeless people with mental illness, and this new individual-client data report is required for funding when services are provided by the organization. Thanks so much for any help!
I do not know any VBA code except that which I have learned from the wizards and copying from objects like buttons. I know this complicates things... but any help is appreciated. This database is for a nonprofit organization that provides services to semi-homeless people with mental illness, and this new individual-client data report is required for funding when services are provided by the organization. Thanks so much for any help!