new comer Posted June 8, 2003 Posted June 8, 2003 I need select a record and import it to another file. I can do it in table view. But how can I omit or select one record from a found set in form view?
Lee Smith Posted June 8, 2003 Posted June 8, 2003 The procedure to omit a record does not change with the view, it is the same for Form, Table and List View. Go to the Menu - Record - Omit (or Cmd + M on a Mac) If you are doing a find, just check the omit button as part of your find criteria and it will be omitted. HTH Lee
ernst Posted June 8, 2003 Posted June 8, 2003 Hi Jane, -Omit in Form view: Use 'Omit Records' from the 'Records' menu... -Select one record in form view: Supposing you mean 'finding only the current record', you could give all records a unique ID field with a serial number, make a relation to the file itself with this serial number field on both sides of the relation and then do a 'Go To Related Record (Show only related records)' script step or button action. Success & Regards, Ernst
new comer Posted June 8, 2003 Author Posted June 8, 2003 Thank you all. I do need a script to do this. and ernst's idea works! Thanks a lot!
Recommended Posts
This topic is 8179 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