Jump to content

a script to prevent importing copies


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

Recommended Posts

as you will see in my "users" database, i have a lookup field. whenever anyone makes an order their details go into my users database. is there a script that will be something like "if email address exists dont import this record"?? if so could you edit my database files so that it uses this script? thanks a lot

Version: v6.x

Platform: Mac OS X Jaguar

Link to comment
Share on other sites

Hi,

This attachment wouldn't open for me...

Well, if I understood, you'd just change the key from which you're making the match.

So instead use a calculated key as your key, of type

c_ConditionalTrigger = Case(not IsEmpty(EmailAdress,"",YourIDField)

Version: v6.x

Platform: Mac OS 9

Link to comment
Share on other sites

You would probably be better off having people register their info in a separate step to create an account. Then they would just reference that account when placing orders. If they try to register, or create an account that has the same email address, you could use field validation on the email field to force a unique value.

Link to comment
Share on other sites

This topic is 7330 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.