pkudrle Posted October 30, 2002 Posted October 30, 2002 I am wanting to export one record. How can this be done?
kenneth2k1 Posted October 30, 2002 Posted October 30, 2002 Hi: Constrain your db down to the record you want to export. One way to do this is: Make a script that goes: Omit Record Show Omitted Then find your record and perform this script. Then export. Ken
kenneth2k1 Posted October 31, 2002 Posted October 31, 2002 Acutally, now that I think about it, this procedure is wrong. Find the record you want to export, show all records and then run the script. Or, you can: If [status(CurrentFoundCount)<>0] Show All Records Omit Record Show Omitted Else Omit Record Show Omitted End If Ken
Carlos F Posted November 5, 2002 Posted November 5, 2002 Hmmm...my proposal would be... According to my opinion each database should have a selfjoin relationship on its current-record-ID (calculation field). If I need a certain record I then can choose the script "go to related record". Hmmm...yes I think that's the best way to do it...and fast! Ludwig
Recommended Posts
This topic is 8055 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