Newbies Stuart Sevastos Posted May 15, 2005 Newbies Posted May 15, 2005 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.
Dan-A Posted May 17, 2005 Posted May 17, 2005 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now