Jump to content

Auto Enter overiding duplicate


This topic is 8398 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have an office field in a memo database in which employees can select from which office they're sending the memo. It is set to auto enter our main office because many employees forget to selct the office field. My problem is that when a memo is duplicated the auto enter data overrides the office selected in the original record. Is there any way to keep the auto enter data active but stop it from overwriting data when a record is duplicated?

Thanks

[ May 22, 2001: Message edited by: Tombstone ]

Link to comment
Share on other sites

Perhaps rather than using auto enter, you could add a set field line to your create new memo script. This way all fields contents will remain at duplication.

Example:

New Record Request

Set Field ["Location","Main Office"]

Link to comment
Share on other sites

You can prevent users from using the menu to create new records by using passwords and privileges. This way you won't have to worry about someone creating a new record without your script.

Chuck

Link to comment
Share on other sites

This topic is 8398 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.