T threinen New member Local time Yesterday, 17:25 Joined Feb 9, 2007 Messages 8 Feb 9, 2007 #1 I am trying to get a subform that appears on my Main form to look like a form instead of showing up in datasheet view. The way I have it set, The subform will always only show one record. Is this possible?
I am trying to get a subform that appears on my Main form to look like a form instead of showing up in datasheet view. The way I have it set, The subform will always only show one record. Is this possible?
KeithG AWF VIP Local time Yesterday, 17:25 Joined Mar 23, 2006 Messages 2,592 Feb 9, 2007 #2 change the defalut view of the subform to single form.
pbaldy Wino Moderator Staff member Local time Yesterday, 17:25 Joined Aug 30, 2003 Messages 36,272 Feb 9, 2007 #3 Change it's default view property to what you want.
T threinen New member Local time Yesterday, 17:25 Joined Feb 9, 2007 Messages 8 Feb 9, 2007 #4 Thanks a ton.... I am just starting to try and figure Access out.