Controls not visible on form

  • Thread starter Thread starter Tara
  • Start date Start date
T

Tara

Does anyone know how to get a form that is based on a
query to open with the controls visible even if there is
no data to show? I need to run a macro that is dependent
on getting a value from this control and thought I would
just make the default value of the control zero in case
there was no data, but apparently it is not that simple.
(I am unable to do anything at the query level due to the
type of data I am trying to gather. Any help would be
appreciated!

Tara
 
Sounds as if you're opening the form with the AllowAdditions property set to
No. Change it to Yes.
 
Or your query may be nonupdateable; that too will create the situation that
you describe.
 
Back
Top