I have a form that I want to automatically fill in information on.
When the LeaseNumber field is equal to the PrevLeaseNumber field, I want to fill in LeaseName and Location with DLookup or some other action that would retrieve them from the previous record.
Should I use a macro? SQL? An OnUpdate event?
When the LeaseNumber field is equal to the PrevLeaseNumber field, I want to fill in LeaseName and Location with DLookup or some other action that would retrieve them from the previous record.
Should I use a macro? SQL? An OnUpdate event?
Comment