How can I achieve this? Two Tables 1. Equipme...

How can I achieve this? Two Tables 1. Equipment Directory (Unit Code, Status, Till Date) 2. Booking (Date, Sales person, Unit code). In Unit code, i am using Enumlist from Equipment directory. At last, i want to see as per below Interactive Dashboard. When i select left hand side, equipment code, system should show is there any booking on right hand side. The problem is here, i am using Enumlist, since there should be more than one equipment booking.

Any Advise please.

0 4 359
4 REPLIES 4

You should have a relationship (ref) between these two tables. I assume you donโ€™t have?

@Aleksi_Alkio Noโ€ฆ donโ€™t have any relationshipโ€ฆ

If the Unit code field would be a

ref column (on Booking table) it would work, but then you could only select one record.

@Aleksi_Alkio Yesโ€ฆI thought soโ€ฆ thanks sir

Top Labels in this Space