Forum Discussion
MATCH between 2 tables !!!Please!!!
- 9 years ago
Hi ruserty
You could carry out the following steps:
1. Click on New Table under the Modeling tab
2. Create a table name: CalendarTable = CALENDARAUTO(). This would give you a new unique date column in CalendarTable3. Go to the Relationships tab and create a one to many relationship between the CalendarTable and other two tables using the unique Date column under CalendarTable
Hope this helps.
Regards,
Ketan !
Hi ruserty
You could carry out the following steps:
1. Click on New Table under the Modeling tab
2. Create a table name: CalendarTable = CALENDARAUTO(). This would give you a new unique date column in CalendarTable
3. Go to the Relationships tab and create a one to many relationship between the CalendarTable and other two tables using the unique Date column under CalendarTable
Hope this helps.
Regards,
Ketan !
- ruserty9 years agoRegular Visitor
Real Deal! Thanks a lot!