I have a main form with several subforms. The main form is linked to a query which asks you to select a code which relates to a specific company. So when you load the form it asks you to enter the company code (ie CA for Company A).
Some people at my work are printer happy and want to have a piece of paper which has the same information on it. So what I have done is for all the subforms is create a command button which will open a query. The query asks again for the company code and then brings up the information in a table form which is a little easier to print.
This way will work fine, but I was wondering if there was a way to carry the company code over from one query to the next until the form is closed so that it doesnt have to be typed in again and again.
Some people at my work are printer happy and want to have a piece of paper which has the same information on it. So what I have done is for all the subforms is create a command button which will open a query. The query asks again for the company code and then brings up the information in a table form which is a little easier to print.
This way will work fine, but I was wondering if there was a way to carry the company code over from one query to the next until the form is closed so that it doesnt have to be typed in again and again.