Form with subform help

blackie1982

Registered User.
Local time
Today, 14:30
Joined
Jul 2, 2004
Messages
18
Hi all,
Is there any way of showing data from two tables in one form without using a subform? When I do use a subform, it has the navigation bar at the bottom of it and the user can move forward in the subform without moving forward in the main form.

Please help!!
 
If you go into the properties of the subform you can hide the navigation bar, record selectors etc under the format tab. You can get the subform looking like a list box in the main form.
 
Speaking of list boxes, if all you want to do is view the data, you can add one or more list boxes to the main form and define the rowsource in each listbox. This will remove the need for subforms altogether.
 
you haven't linked the Child/Master fields for your form/subform
 

Users who are viewing this thread

Back
Top Bottom