As I said before, the DefaultValue is only used when a new
record is created. It will be displayed in the table's
sheet view, a query's datasheet or a form's control bound to
the field, but only for the new record. You can specify a
DefaultValue for the table's field or in a form control
bound to the field.
This is a very straightforward thing to do, and the only
issue I have seen is when people expect a default value to
be used on existing records. Since you seem to be having so
much trouble with this, I expect that either you have
misunderstood how it works or that you have some other
explained things going on that are getting in the way.
For many reasons, you should only allow users to
view/enter/edit data through a form bound to the
table/query. Letting users manipulate data in a table's
sheet view or a query's datasheet can lead to problems
because you do not have much control over validations
whereas a form can use VBA procedures to perform all kinds
of data checking.
I don't see a post from you on 3/18. Maybe you posted it to
a group that I do not suscribe to?
--
Marsh
MVP [MS Access]
This query is being used by many people. I was attempting to have this info
"pull forward" from the table since it is the answer that the user will
input 99.9% of the time, but still allow them to enter something different
if need be.
I may have entered this after the query was built -- so I deleted the fields
from my query, saved, and re-entered the fields. They still do not pull
forward when the query is run. Perhaps I should be using a form.
Marshall -- you were so kind as to assist me on a previous post -- Combo Box
error. I wonder if you have time (and the patience) to reply to my last
post regarding the Drop Down List Box Problem dated 3-18-06. I am still not
getting the combo box to work.
in
the into
the