Database Properties, Custom

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to track the current 'version' of a front end file. I added 'Client'
as a text property by clicking File, Database Properties and selecting the
Custom tab.

I clicked on Client, set the property as text and set the value as 2.0.1

Now, how do I call back to that property in a form? I want to have a simple
text box that calls to that property so I can tell at the main switchboard
what version the user is running.

THX!
 
"Robert_L_Ross" wrote
I want to track the current 'version'
of a front end file. I added 'Client'
as a text property by clicking File,
Database Properties and selecting the
Custom tab.

I clicked on Client, set the property
as text and set the value as 2.0.1

Now, how do I call back to that property
in a form? I want to have a simple
text box that calls to that property so
I can tell at the main switchboard
what version the user is running.

Same way you access any Property of the database -- CurrentDB.Client in code
or an expression probably ought to do the trick.

Larry Linson
Microsoft Access MVP
 
No dice. I entered
=CurrentDb("Client") and =CurrentDb([Client]) and all I get is #Error.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top