Hello,
I'm currently "trying" to do a business management software using access and had some problems with it. This software would have client form, orders, product inventory, ...
The first one I'll describe is that in my client's form, there's an ID field. In the form, there's a subform that will list all the orders from this client linked with the client number on the main form. I want to have a second subform that is showing the products bought in the order clicked on the first subform. This second subform have to be linked with the order number in the first subform.
Right now, I'm not using VBA for this. The first subform has been configured with the assistant, I choosed in the list the field I want to link but in the second subform, the assistant doesn't allow me to link on first subform.
What am I doing wrong ?
Also, anyone have a example of project like that I could take parts of it ?