Hi guys I am working on a CRM db, and I stuck on the forms of it.
Here is the issue, while receiving a call from a customer db user might need to log multiple issues that are not related to one another, and more importantly these issues might have unique variables for example:
During a call a customer complains about the service he is receiving BUT during the same call customer requests to receive an estimate for a different service
-In a complain our variables would be service date, complain type, etc.
-In an estimate our variables would be job size, service type, frequency of service etc.
As you can see I cannot treat complains and estimate requests as new records in the same table because their fields will not match.
They way I am hoping to solve this problem is by having a subforms show up in a list like records in table embedded in a form.
I guess this would require a button similar to new record button but instead when clicked a new subform appears on the screen, hopefully in the same window.
I should not that I don't know how to code in VB SQL or Macros but I know enough about them to embed there wherever needed.