I have a table that has a field, "sequence" that is the key and an auto number. A second field, "PONumber" needs to default to the value of "sequence", but be editable so the user can override if needed. My first problem is when I add a new record, "sequence" displays <autovalue> or something like that and does not display the number until I enter something in another field. The second problem, which I'm guessing is related, is that the "PONumber" doesn't seem to get set to the value of "sequence" because it "sequence" doesn't have a value until something is entered in a different field. I would like for the user to select a button control for "Add record" and see the screen come up with the sequence number and PONumber filled in (to same value) and the first tab stop be the PONumber which they can tab through or edit as appropriate. Any suggestions would be appreciated.