Controls not visible on form

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
 
K

Ken Snell

Sounds as if you're opening the form with the AllowAdditions property set to
No. Change it to Yes.
 
K

Ken Snell

Or your query may be nonupdateable; that too will create the situation that
you describe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top