Hello,
I need some help with this seemingly simple DB. I'd like to use this as a very basic log for customers and activities.
I will import customers from another table, so it will be filled with relevant data (address, acount manager etc.). It will be also possible to amend everything via the "Customer" form if needed.
It works mostly how I wanted, except:
1) When I'm logging an event such as a call via the "interactions" form, I'd like the account manager to be pulled from the "Customers" table (i.e. pre-filled).
2) I created a simple "Interactions" report, which lists all the events logged. And this report works fine, but I wanted to create 2 filters on top, so that it can be filtered by Account Manager and/or Company Name if necessary (in other words, no filter would be applied unless selected).
I tinketered with various VBA codes I found online/youtube but couldn't manage it work. I would appreciate it if you can help with this please.
Many thanks..
I need some help with this seemingly simple DB. I'd like to use this as a very basic log for customers and activities.
I will import customers from another table, so it will be filled with relevant data (address, acount manager etc.). It will be also possible to amend everything via the "Customer" form if needed.
It works mostly how I wanted, except:
1) When I'm logging an event such as a call via the "interactions" form, I'd like the account manager to be pulled from the "Customers" table (i.e. pre-filled).
2) I created a simple "Interactions" report, which lists all the events logged. And this report works fine, but I wanted to create 2 filters on top, so that it can be filtered by Account Manager and/or Company Name if necessary (in other words, no filter would be applied unless selected).
I tinketered with various VBA codes I found online/youtube but couldn't manage it work. I would appreciate it if you can help with this please.
Many thanks..