January 28, 200520 yr 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.
January 28, 200520 yr 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)
Create an account or sign in to comment