relationship and a form

  • Thread starter Thread starter az
  • Start date Start date
A

az

hi...i have a problem..if i have build a relationship for different
table,can i view it as a form so that i can see the result for the two
table in one form only...is there any solution for that?can anyone help
me..
 
create a main form/subform. Have a look at one of the main/sub forms
in Northwind. Otherwise, you have to create a query that joins the two
tables and then base the form on that.
 
Back
Top