In my modules made public, i have several functions where i must set the variables each time
for each function.
For example :
Set chickens = [Forms]![Farm]![Subform].[Form].[Quantity]
Set poultry = [Forms]![Farm]![Subform].[Form].[cartons]
Set customer = main![Customerid]
etc
etc
Since i have more variables to set, i would like to ask is there any way to put these setting in the general section of the code and to be made public to
all the functions in the database?