Fixed column

  • Thread starter Thread starter johnfli
  • Start date Start date
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
 
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
 
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.
 
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.
 
Back
Top