Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

I need some help, I am using FileMaker Pro as a front end to an SQL backend, I have the insert and update scripts going, but I am having trouble in getting a Find & Replace script going.

Any idea's are welcomed.

ooo.gif

Posted

Could you use a Select query with a WHERE clause...

Something like...

SELECT sqlTableName * (or each field you want to select)

WHERE sqlKeyField = FM_keyfield

check for a match or an error then if you have a match perform your update

query making sure you have a WHERE clause in your update query to

update only the matching record and not all the records.

HTH

Dan

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