To join tables using multiple fields to create a unique sequence where an entity say a parcel can be unique identified according to more than one criteria as shown below. This could minimize data redundancy in tables and editing time
As a last resort, you could create a COMPOSITE_ID field. Populate via an attribute rule by concatenating the apartment number and building name together into a single text field. Do that in both tables. Create a single-field join using Add Join on the COMPOSITE_ID fields.
For the date field could you convert into a numerical field such as 20240308 for both and see if that will work…
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.