Newbies mlennox Posted July 12, 2002 Newbies Posted July 12, 2002 Hi there, I'm a real novice when comes to FM but I'm the only one in the company (8) that knows enough to try and the db. I'm trying to create a button that will enable the user to click on and it will generate the date, time and user name. I checked everywhere and it doesn't seem to let you update multiple fields. Please help? Thanks Mark
djgogi Posted July 12, 2002 Posted July 12, 2002 So what do you realy want to do. Gather data from existing fields or set date into fields. If first than you don't need a script simply define an calc field result=Field1 & " " &Field2 ect. If second than you need an script like this one set field [field1, Status(CurrentDate)] set field [field2, Status(CurrentTime)] set field [field3, Status(CurrentUserName] than attach it to your button Dj
Recommended Posts
This topic is 8174 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now