rivet Posted January 28, 2005 Posted January 28, 2005 I would like to have a seperate letter DB on all client machines that reference an account DB on the server. How can I move a found set move to the letter DB on the client machine? So the user would do a search in the accounts file that is on the server, and then click a button to send a letter to found set.
Reed Posted January 28, 2005 Posted January 28, 2005 Add a file reference to the accounts file in the letter DB, then create a relationship from a table occurence in the account DB to a table occurence in the letter DB. (to specify which letter will be sent) Then loop through the found set of accounts in a script that sends the letter (or prints it or whatever)
Recommended Posts
This topic is 7501 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