Hi There,
I am a novice to filemaker and I am training myself by converting my CD-adminstration from an Access database to FM9. I encounter the following problem.
I have a cd table consisting of
Album_id, numeric (primary key)
Artist_id, numeric and (foreign key)
Album title
Other fields
There is also the Artist table with the fields
Artist_id, numeric (primary key)
Artist_name, alpha numeric
Artist - Album is a 1 n relationship.
The albumview shows all fields of Album table plus the Artist_name extracted from the Artist table.
Trouble begins when I want to add a new album. Starting in the Album view I use a script which opens the Artist table and where I can mark the artist involved. When return to the Album view there is a new record, but in the Artist_id field a question mark is shown. When I click on it I see the value of Artist_name in it.
While tracing the script I can see that the values are correct until the Album screen is reloaded. Then the Artis_name is shown in Artist::Artist_id. I tried to analyze the examples include, but somehow I miss the (simple?) solution.
Can someone please explain what I am doing wrong?
Kind regards,
Mispel