I'd like to link two tables with common date type fields. The child table has only a few records (stores a history of prices, date field indicates date when the price was changed).
If the date from parent table is not included in a child table, record pointer in the child goes to EOF position. This is a standard behavior but not what I need. In that case I'd need pointer into child to show record with the date which is first less then the date of parent's record, so showing the valid price for given period.
Can this task be solved with SET RELATION command?
Thank you for any recommendations.
Tom.
If the date from parent table is not included in a child table, record pointer in the child goes to EOF position. This is a standard behavior but not what I need. In that case I'd need pointer into child to show record with the date which is first less then the date of parent's record, so showing the valid price for given period.
Can this task be solved with SET RELATION command?
Thank you for any recommendations.
Tom.