How best to display multiple records in one table on a form using a master table.
Say I have a table with construction job related fields like:
JobID
JobName
JobLocation
JobTools
And another table with only the types of tools like:
ToolID
ToolType
I'd like to create a form using the JobID table and for each record in that table also display on the form all the related ToolType from the ToolID table.
Is there an easier way to do this than to use the SubForm?
I ask because I'm having trouble getting a grip on how to make the subform work.
Thanks
Say I have a table with construction job related fields like:
JobID
JobName
JobLocation
JobTools
And another table with only the types of tools like:
ToolID
ToolType
I'd like to create a form using the JobID table and for each record in that table also display on the form all the related ToolType from the ToolID table.
Is there an easier way to do this than to use the SubForm?
I ask because I'm having trouble getting a grip on how to make the subform work.
Thanks