January 19, 200718 yr Hello, I'm new in the community, and I have a doubt I believe is very simple. I have a database layout for managing Jobs, with many fields. What I want to do is to print a copy of this information but in another database , with a specific layout for printing. Every script that I try to do gets the Information for the first database record, not the record that I want to print. My question what kind of script can I do to make it get the record I am viewing, put it into this print layout and print. Thanks
January 19, 200718 yr I think you may need to clarify what the structure of your setup is. If you are talking about the related records, then you need to use a Go To Related Records first prior to printing. Otherwise, it will only print the found set of the first table or rather "parent table"
Create an account or sign in to comment