Fixed column

J

johnfli

I have a basic databease setup.
In one column, I want the same data to automaticly fill in each time I start
a new record. But, I would still want teh ability to change this item if I
needed to.

How do I do that?

Thanks
 
R

Rick Brandt

johnfli said:
I have a basic databease setup.
In one column, I want the same data to automaticly fill in each time I start
a new record. But, I would still want teh ability to change this item if I
needed to.

How do I do that?

Thanks
 
R

Rick Brandt

johnfli said:
I have a basic databease setup.
In one column, I want the same data to automaticly fill in each time I start
a new record. But, I would still want teh ability to change this item if I
needed to.

Set that value as the default value property for that field in the table's
design.
 
F

fredg

I have a basic databease setup.
In one column, I want the same data to automaticly fill in each time I start
a new record. But, I would still want teh ability to change this item if I
needed to.

How do I do that?

Thanks

Set the Default Value property of the field to whatever you wish.
 
Top