This is the scenario I am in:
NewClient have one to many relationship with estimate. There is one new client for as many estimates. The new client table holds information of the client, name, address and so on, the estimate table ONLY holds information about the estimate, what evre the case be. I want to be able to when I go to preview report, that it displays the address information of that newclient with the information of th estimate..but if that new client have say 30 estimates, I want to be able to view the selected estimate of that new client. Does anyone know how to do that? I know it has to do with the macro and select where, but I don't know how to do it myself.
This is the important information you need to know about the estimate and new client:
Estimate table:
EstimateID
CustomerNumber
....
NewClient table:
ClientID
Full Name
CustomerNumber
.....
Any suggestions would be greatly appreciate it. Thanks in advance.
NewClient have one to many relationship with estimate. There is one new client for as many estimates. The new client table holds information of the client, name, address and so on, the estimate table ONLY holds information about the estimate, what evre the case be. I want to be able to when I go to preview report, that it displays the address information of that newclient with the information of th estimate..but if that new client have say 30 estimates, I want to be able to view the selected estimate of that new client. Does anyone know how to do that? I know it has to do with the macro and select where, but I don't know how to do it myself.
This is the important information you need to know about the estimate and new client:
Estimate table:
EstimateID
CustomerNumber
....
NewClient table:
ClientID
Full Name
CustomerNumber
.....
Any suggestions would be greatly appreciate it. Thanks in advance.