September 24, 200619 yr I've written a runtime solution that has two fields, TailNumber and SerialNumber. As it is, I have a Case calculation in the SerialNumber field so that if a user selects a particular tail number from TailNumber's pop-up list, its serial number autofills the SerialNumber field, e.g., selecting N908FX will autofill the SerialNumber field with MSN-114. The problem is, since it's a Case calculation it's "hard-coded" into the database so users can't enter new tail numbers where the serial number will autofill. So, is there a way I can get around this problem in the master file so it'll work in the runtime solution? As always, thanks in advance for your help! Edited September 25, 200619 yr by Guest
September 25, 200619 yr Maybe you can use auto enter calculation and use back the same calculation that you have created. Edited September 25, 200619 yr by Guest
Create an account or sign in to comment