cprobertson1
Registered User.
- Local time
- Today, 21:32
- Joined
- Nov 12, 2014
- Messages
- 36
TL;DR - need a value on a form that gets carried across to other forms (in the form of a label preferably)
----
Hello folks,
I'm a relative newbie with Access so my apologies if I'm doing something daft and not realised it!
I'm in the process of setting up a series of databases for my work: four or five forms and tables running in a front end/back end manner to allow multiple user access.
On top of these five forms there is a "DEBUG" form which I use for quickly grabbing reports and data logs, quickly hiding background items for the front end and for opening other forms in design mode.
Just now ALL forms have a "version" number for the database front end as part of development - and just now they all get updated manually with me typing it in.
I'm looking to have a text-box on the "DEBUG" form which I can just type the current version number in and it will transcribe to the other forms. The version is currently stored in a table (but not all forms point to that table!)
What is the best way for the other forms to grab the version number either from that table or from that form?
----
Hello folks,
I'm a relative newbie with Access so my apologies if I'm doing something daft and not realised it!
I'm in the process of setting up a series of databases for my work: four or five forms and tables running in a front end/back end manner to allow multiple user access.
On top of these five forms there is a "DEBUG" form which I use for quickly grabbing reports and data logs, quickly hiding background items for the front end and for opening other forms in design mode.
Just now ALL forms have a "version" number for the database front end as part of development - and just now they all get updated manually with me typing it in.
I'm looking to have a text-box on the "DEBUG" form which I can just type the current version number in and it will transcribe to the other forms. The version is currently stored in a table (but not all forms point to that table!)
What is the best way for the other forms to grab the version number either from that table or from that form?