
Originally Posted by
gbullo
Access 2003
Hello,
I need help in having a field automatically populated with a value from another field from the same form and same record.
I have created an input form for adding a new record and when the first entry is made into an empty text box or selection from a combo box is made, the record is created and the record number shows up. This is working great.
Form name = FrmAssignMRR1
Record source (table) = MRR Table
Field name = text145 (this is the autonumber or record number)
What I need is the value from text145 to automatically populate into another field on the same form rather than type it in manually.
Record source (table) = MRR Table
Field name = MRR_NO
I'm basically repeating the autonumber in another field in the same table.
Field names and properties of the MRR Table;
MRR NO ID (autonumber & Primary Key)
MRR NO (number)
Date (date)
many more
It's a design flaw but I'm not going to change it at this point. The life of the database will expire in another 5 months.
Is there a simple way to have my field (MRR NO) automaticly populate with the same value as the autonumber at the same time?
Thanks in advance for any help,
George