J
Jerry
Hi,
I have a DB in which I store info on various greenhouse crops. Each of
these crops are handled sequentially, and I'd like to use the same forms,
reports, etc. for different crops at different times. To this end the
forms, etc. are designed to use crop specific defaults in several locations
around the app., such as type of crop, shipping dates & times and such.
Rather than to make these defaults settings changes in a variety of
locations around the program, I made a form to enter the settings for each
default and store them in a table with the intent of having each place in
the program that needs a default to be able to just pull it from this one
central repository of settings so the changes only need to be made in one
place. The only way I've been able to make this work with my forms is to
base the main form's recordsource on a query that includes this table of
settings along with the other table for the forms data and then put hidden
text boxes on the form tied to this query so that the subforms can pull from
these textboxes. This works fine for the subforms, but it has the side
effect of making it impossible to edit records in the main form's table.
Does anyone here know a better way to do this? Is there a way to refer to a
field in this defaults table without including it in the main form's
recordsource?
I have a DB in which I store info on various greenhouse crops. Each of
these crops are handled sequentially, and I'd like to use the same forms,
reports, etc. for different crops at different times. To this end the
forms, etc. are designed to use crop specific defaults in several locations
around the app., such as type of crop, shipping dates & times and such.
Rather than to make these defaults settings changes in a variety of
locations around the program, I made a form to enter the settings for each
default and store them in a table with the intent of having each place in
the program that needs a default to be able to just pull it from this one
central repository of settings so the changes only need to be made in one
place. The only way I've been able to make this work with my forms is to
base the main form's recordsource on a query that includes this table of
settings along with the other table for the forms data and then put hidden
text boxes on the form tied to this query so that the subforms can pull from
these textboxes. This works fine for the subforms, but it has the side
effect of making it impossible to edit records in the main form's table.
Does anyone here know a better way to do this? Is there a way to refer to a
field in this defaults table without including it in the main form's
recordsource?