Guest_imported
New member
- Jan 1, 1970
- 0
I was wondering if there was a way to have a setup form that stores variables for certain items in the database and then assigns those values to corresponding labels or text boxes in other forms and reports.
For example, I have a setup form that contains the decription, total quantity allowed, and unit price of certain items (1-40). I have another form that is based on a table that lists those items under a certain date. Each day I want to enter the current quantity in a field, but I want the description, total quantity allowed, and unit price to be displayed also. Since these things all stay constant throughout the life of the job, I can't just declare them as public variables because I lose the values when the database is closed. I want all of the items to be displayed on one form.
I'm sorry if this was confusing, but if anyone could steer me in the right direction I would appreciate it very much.
Thanks.
For example, I have a setup form that contains the decription, total quantity allowed, and unit price of certain items (1-40). I have another form that is based on a table that lists those items under a certain date. Each day I want to enter the current quantity in a field, but I want the description, total quantity allowed, and unit price to be displayed also. Since these things all stay constant throughout the life of the job, I can't just declare them as public variables because I lose the values when the database is closed. I want all of the items to be displayed on one form.
I'm sorry if this was confusing, but if anyone could steer me in the right direction I would appreciate it very much.
Thanks.