Victor Posted April 7, 2005 Share Posted April 7, 2005 Hello, I was wondering if someone can help me with this. basically i have two field set up , one is call input date and the other is call confirmation number. what i want to do is when a user enter a date in the input date field; i want the input date field to do auto-trigger and enter serial number in the confirmation number field automatically. any help would be appreciate it. thanks victor Link to comment Share on other sites More sharing options...
Andrew6000 Posted April 8, 2005 Share Posted April 8, 2005 I don't follow. Could you describe in a bit more detail? Link to comment Share on other sites More sharing options...
aaa Posted April 8, 2005 Share Posted April 8, 2005 Use auto enter options. Link to comment Share on other sites More sharing options...
Victor Posted April 12, 2005 Author Share Posted April 12, 2005 AAA, i started using that but my goal is that when user put in the date, in the field call Input Date. It can auto enter the confirmatin number in the field call Confirmation Number. do i have to do script for this to happen? Link to comment Share on other sites More sharing options...
Maarten Witberg Posted April 12, 2005 Share Posted April 12, 2005 the auto enter calculation: case(Input Date;your_value) how do you want your serial? you could use Case(Input Date; Status(CurrentRecordCode)) that will give you a unique number if I'm not mistaken. However, it will be serialized according to record creation and not according to the order of input dates being entered. Is that a problem? kjoe Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.