two fields having same value

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
savdhatn1
Posts: 3
Joined: Tue Oct 10, 2017 12:44 pm

two fields having same value

Post by savdhatn1 » Fri Dec 02, 2005 1:15 pm

How can I generate a report for items having same value in two fields. For example, In the data base,I want to find out for which load the motor nameplate HP and the load BHP are same.

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: two fields having same value

Post by kfleming » Sun Dec 04, 2005 10:41 am

If you sort by motor nameplate HP, then BHP then load you will get a list of records in that order.____If you only want to see those records where there is more than one load with the same nameplate HP and BP you could create a total field that counts the load, make it pre-processed and then use it in a query to see only those records where the total is greater than 1.____Kathleen__R&R Support____

Post Reply