#Name? question

H

Helen

Hi,

I have created a form with a subform. Works fine. Well, almost anyway. :)

When I open the form, the subform fields display "#Name?" until I select
something from my dropdown menu on my main form.

How can I make it so that my subform opens blank?

Thanks,

Helen
 
R

RuralGuy

One way would be to leave the RecordSource of the SubForm blank until you select
something from the ComboBox. You could also set DataEntry = Yes until you make
a selection.

If I were you, the first thing I would do is track down the #Name? problem and
fix it.

Hi,

I have created a form with a subform. Works fine. Well, almost anyway. :)

When I open the form, the subform fields display "#Name?" until I select
something from my dropdown menu on my main form.

How can I make it so that my subform opens blank?

Thanks,

Helen
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Top