I have a continuous form based on a table that is for my movie library.
Each movie is assigned a movie type so I can filter the records from a combo box based on the lookup table.
The lookup table has two fields: MovieTypeID and MovieType.
I want to display MovieType in a column on the continuous form but I need to base the form on two tables, I believe.
Any help will be appreciated,
James
Each movie is assigned a movie type so I can filter the records from a combo box based on the lookup table.
The lookup table has two fields: MovieTypeID and MovieType.
I want to display MovieType in a column on the continuous form but I need to base the form on two tables, I believe.
Any help will be appreciated,
James