473,657 Members | 2,355 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Revision Counts for Access Project

I have an Access Project as a front end for a SQL DB. I have a master
copy and distribute copies of it to my other users.

I would like to display a revision count on the first Main Form so that
when looking at the copies on other user's machines I can tell right
away if they are working with the latest version.

A Last revisied date would work too but it needs to be the last
revision or number of revisions to the front end itself.

Nov 13 '05 #1
13 1821
Maybe you could drop a local table in the front end containing the
version number. Read this value from the table onto the main form, or
on opening the database assign it to a global variable.

If you need help with the above, post back as someone may have a better
answer.

Dave

Nov 13 '05 #2
da********@lyco s.co.uk wrote:
Maybe you could drop a local table in the front end containing the
version number. Read this value from the table onto the main form, or
on opening the database assign it to a global variable.


That is exactly what I do and I'm very happy with the setup. As is my
customer. We're in a design cycle and this provides just the extra
control we need!

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
I prefer human mail above automated so in my address
replace the queue with a tea
Nov 13 '05 #3
How do I get the Revision Count into the local table? How does it get
updated?

Nov 13 '05 #4
Okay,

Before you go to release your next "front end" simply make a new table
maybe call it something like:

chkVersion - in this put one field, called whatever you want. (chk is
short for check).

Then stick in the version name/number.

The easiest (probably very slow but simple) way is then to place a
textbox onto your main form. Then use a dcount function to read the
value from your table.

There really are loads of different ways to do this, some of them a lot
better. But that should give you a simple start.

Does this help any?

When you send out your next front end, simply change the number in the
table you created above. That way the users will be able to see what
version the software is.

Dave

IndianaJonesWB wrote:
How do I get the Revision Count into the local table? How does it get updated?


Nov 13 '05 #5
IndianaJonesWB wrote:
How do I get the Revision Count into the local table? How does it get
updated?


I do it manually. If you want some automation, you have to *very
carefully* consider what you call a revision, and under what
circumstances you want such an update.

I tried and came up with so many afterthoughts and doubts that I didn't
bother, and wrote a small routine that updates the revision number, and
outputs the objects changed since the last revision to a log file.

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
I prefer human mail above automated so in my address
replace the queue with a tea
Nov 13 '05 #6
I was looking for something more automatic.

Basically any change to the ADP configuration should trigger a change
to the Revision Count or Version or whatever. But the DateLastModifie d
changes whenever the database is opened, so that doesn't seem to work.

Nov 13 '05 #7
IndianaJonesWB wrote:
I was looking for something more automatic.

Basically any change to the ADP configuration should trigger a change
to the Revision Count or Version or whatever. But the DateLastModifie d
changes whenever the database is opened, so that doesn't seem to work.


Automatic... trigger... I recognize that.

What about the good old hidden form approach, the one that closes last
when you exit Access? That would be a moment to decide whether to note a
new revision.

The question, or rather decisions, about what exactly constitues a new
version still remains. Count of objects changed? Compile All disturbes
that. Number of controls, or lines of code? Quite intensive, and maybe
an inaccurate measure.

What do you think?

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
I prefer human mail above automated so in my address
replace the queue with a tea
Nov 13 '05 #8
Doesn't it seem like Micorsoft would keep track of changes to the ADP
file's Configuration in one place? Like a Checksum or CRC for the
file.

Why would the DateLastModifie d change when the file is simply opened
and closed? In an ADP File there's no real data. It's just a front
end.

Apparently this isn't straightforward (unless I'm missing something
obvious).

I've done front ends for other things (like with WonderWare) and they
keep track of revisions. What a pain!

Nov 13 '05 #9
<da********@lyc os.co.uk> wrote
Maybe you could drop a local table
in the front end containing the
version number. Read this value from
the table onto the main form, or
on opening the database assign it
to a global variable.
Access Projects (ADP/ADE) don't _have_ "local tables". That is one of
several reasons I use Access Databases (MDB/MDE) instead, whenever it is my
choice. For MDB/MDE, your suggestion is a good one.

You could put the "local" version number in a label on a Form, though.

Larry Linson
Microsoft Access MVP


If you need help with the above, post back as someone may have a better
answer.

Dave

Nov 13 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1161
by: Bishara Gabriel | last post by:
Second Submitted Revision - Final. Considerable additions to the "Project Objective" and "Our Approach" sections. Unless you advise me to send in a third final version (even after my telling them that that one was final), your feedback is welcome but I will not be able to incorporate it as you and I may wish. Thank you. Sincerely,
1
1892
by: Burghew | last post by:
Hi All, I have 2 fields called document & Revision which contains the titles for the documents to be stored in the databse it gets filled up as the user enters them and the revison numbers associated with them. 1. What I need to do is to make sure that no duplicate entry is entered for document and if entered should have a different revison number. I cannot make them both as the primary key bacause there may be times when both the...
4
1912
by: Burghew | last post by:
Hi All, I have 2 fields called document & Revision which contains the titles for the documents to be stored in the databse it gets filled up as the user enters them and the revison numbers associated with them. 1. What I need to do is to make sure that no duplicate entry is entered for document and if entered should have a different revison number. I cannot make them both as the primary key bacause there may be times when both the...
2
514
by: Mark | last post by:
In the AssemblyInfo.cs page of a ASP.NET project, there is a defaulted property of: It's my understanding that this indicates a Major Version of 1, a Minor Version of 0, and a Build and Revision that increment on their own. I could modify the minor and major number above as it made "logical sense". Three related questions:
4
1478
by: Pietro | last post by:
Thanks for the last answer, but now how can i restart the count of the Build and Revision numbers of a dll in VS.Net. Thanks Pietro
4
4893
by: johnk | last post by:
I have a table of items, with revision numbers. I need to extract the items with highest revision number. The items may be listed several times and I don't know what the highest revision number for each item is. How do I do this?
84
3526
by: pamelafluente | last post by:
With reference to the CDMA (computer.databases.ms-access) newsgroup "charter", as posted on http://www.mvps.org/access/netiquette.htm, Mike Noel has honored my just-created Forum of posting "a draft of what I think the charter/faq should look like". You can read the proposal here: http://datatime.forumup.it/ and crosspost your replies or suggestions. Forum: GENERAL QUESTIONS and CHAT on Databases, Reporting, Data Analysis, etc.
0
1326
by: ZRexRider | last post by:
I was asked to set the revision number of my project so it shows up in Windows File properties (when you right click a file and select properties and select the summary tab). It shows up down in the bottom group. Is this property accessable from in MS-Access? Is ther a generic file utility that might help here? Thanks
3
3636
by: Bill Hutchison | last post by:
I have a query that returns different results (3508 rows for snapshot, 6288 for dynaset) and that is the only thing I change to get the different results. When I try to make a table from the query, it makes 3508 rows. I also know that there are 6288 unique rows in the results. Is there some configuration choice that is causing the snapshot version to return the wrong row count? Thanks for your help on this one. If it wasn't that the...
0
8399
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8312
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8827
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6169
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4159
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1622
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.