Field values

B

Billy Garey

I am new to access and I am learning as I go.
I want to put values in a field that will transfer
automatically to the next record, until I change that
value. Then the new value should appear in the next record
and so on. For example:
Field 1
Record 1: 22
Record 2: 22
Record 3: 22
Record 4: 23 (changed)
Record 5: 23

How can this be done?
 
B

Bas Cost Budde

Billy said:
I am new to access and I am learning as I go.
I want to put values in a field that will transfer
automatically to the next record, until I change that
value. Then the new value should appear in the next record
and so on. For example:
Field 1
Record 1: 22
Record 2: 22
Record 3: 22
Record 4: 23 (changed)
Record 5: 23

How can this be done?

Check the DefaultValue property for a control on a form.
 

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