-
WSPaulK
AskWoody LoungerThe back end is in SQL Server. I will look into triggers and see if they will suit my needs. Thanks for the tip, Wendell!
-
WSPaulK
AskWoody LoungerThis is something I’ve been wanting to implement in my time tracking application. I get calls from users on occasion that the application mysteriously changed something and I expect it is a training issue. It would be great to be able to go into a table and see exactly what was changed by whom etc. Can you share any more info on the subject? Or should I make this a separate post?
-
WSPaulK
AskWoody LoungerI created an application that tracks employee vacation. I use a status field to keep track of whether they are active terminated or deleted. When the employee leaves the firm their status changes to terminated. After two years their status changes to deleted and they no longer appear on the form. This is in case they are rehired and they want there old accrual levels. The back end is on SQL server so storage is not an issue and there are not huge amounts of records.
-
WSPaulK
AskWoody LoungerI have something similar in one of my apps and what I did was to set the control source of the textbox to the column of the combobox.
=[cboRCODE].[Column](1)
where [cboRCODE] is the name of the combobox control and [column](1) refers to the second column of the combobox.
-
WSPaulK
AskWoody LoungerDepends on how your db is setup. Are the tables in the same file as the forms and reports? If so then changes made to one will not be reflected in the other db. If this is the case I would recommend splitting the 97 version into a front end and a back end where only the tables are in the back end and all other objects are in the front end. Then convert the front end to access 2k and link to the access97 back end. Microsoft doesn’t recommend this (probably because they want you to upgrade everyone to A2k) but I’ve done this with AccessXP without any problem. Ideally, the best solution would be to upsize the back end to SQL server but that is not something taken lightly.
-
WSPaulK
AskWoody LoungerJuly 2, 2002 at 7:51 pm in reply to: Distributing across different versions of office (2000/xp) #598538Take a look at this thread – Click Here – it seems to deal with a similar issue.
-
WSPaulK
AskWoody LoungerJuly 2, 2002 at 7:45 pm in reply to: Importing from dbIII, number format problems (Access97, dbIII) #598537If you can’t control the data types during import then you should be able to use one of the built in data conversion functions in a query to convert the text fields to number fields that you can then perform calculations on. Take a look at the online help articles concerning converting data types expecially the keyword summary. Post back if you need specific help to use these functions in a query and I’m sure someone can give you a nudge in the right direction.
-
WSPaulK
AskWoody LoungerAssuming you have a plant table with the following fields:
PlantID
NameCom
NameSciIn the row source either enter the following SQL statement or create a query based upon the following SQL statement and select the query as the row source.
Select tblPlant.PlantID,tblPlant.NameCom AS [Common Name], tblPlant.NameSci AS [Scientific Name]
From tblPlant
Order By tblPlant.NameComMake the bound column column 1 (PlantID) and make the column widths 0″;1″;1″. This will store the PlantID in the table and not the plant name. You can retrieve the plant name any time you need to in a query by linking the two tables on PlantID.
-
WSPaulK
AskWoody LoungerWell, it’s true I haven’t met that many Access developers. And come to think of it – with the exception of one or two – the ones I have met haven’t been that sharp. I’m the only developer here and it does get kind of lonely at times. But on the bright side I don’t have to suffer any foolish crud either.
-
WSPaulK
AskWoody LoungerIt is my understanding that once you leave the form and focus shifts to the subform the record on the main or parent form is no longer in edit mode so therefore should not be locked. I went with the subform for consistency since the other tabs contain subforns as well in my app. A modal pop up form should work as well but I would test thoroughly whichever way you decide to go.
-
WSPaulK
AskWoody LoungerI seem to remember there is a builtin function that returns the numeric portion of a string but I can’t seem to find it. Anyone?
-
WSPaulK
AskWoody LoungerI would have to strongly agree with the opinion that access apps qualify as “customized software” with one exception. That is if you were to use one of the built in wizard apps and try to pass it off as “custom” but I don’t think any developer worth their weight in bits would do that.
-
WSPaulK
AskWoody LoungerVery interesting thread. Here are my 2 cents. I recently have been having some issues with a memo field when I upsized an app to SQL 7. My resolution includes adding a tab to the tab form, putting a subform on the new tab which is bound to a new comments table where I record the date each comment is entered and each comment gets its own record. The comments table has a one-to-one relationship to the parent table – in my case employees. Though you may not want a separate record for each comment it might help your situation since once the user enters the subform they are no longer on the main form record.
-
WSPaulK
AskWoody LoungerTry this one. It was created in a vanilla nonsecure environment.
-
WSPaulK
AskWoody LoungerYeah, it’s a A97 version. I’ll try to post a 2k version fo you tomorrow.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Can’t make Opera my default browser
by
bmeacham
1 hour, 4 minutes ago -
Do not Fall For This Purdentix Scam (Awaiting moderation)
by
elizabethkaur56
3 hours, 37 minutes ago -
*Some settings are managed by your organization
by
rlowe44
13 hours, 36 minutes ago -
Formatting of “Forward”ed e-mails
by
Scott Mills
15 hours, 50 minutes ago -
SmartSwitch PC Updates will only be supported through the MS Store Going Forward
by
PL1
16 hours, 14 minutes ago -
CISA warns of hackers targeting critical oil infrastructure
by
Nibbled To Death By Ducks
1 day, 1 hour ago -
AI slop
by
Susan Bradley
1 day ago -
Chrome : Using AI with Enhanced Protection mode
by
Alex5723
1 day, 2 hours ago -
Two blank icons
by
CR2
12 hours, 5 minutes ago -
Documents, Pictures, Desktop on OneDrive in Windows 11
by
ThePhoenix
1 day, 11 hours ago -
End of 10
by
Alex5723
1 day, 14 hours ago -
Single account cannot access printer’s automatic duplex functionality
by
Bruce
12 hours ago -
test post
by
gtd12345
1 day, 20 hours ago -
Privacy and the Real ID
by
Susan Bradley
1 day, 10 hours ago -
MS-DEFCON 2: Deferring that upgrade
by
Susan Bradley
1 day, 2 hours ago -
Cant log on to oldergeeks.Com
by
WSJonharnew
2 days ago -
Upgrading from Win 10
by
WSjcgc50
12 hours, 10 minutes ago -
USB webcam / microphone missing after KB5050009 update
by
WSlloydkuhnle
15 hours, 44 minutes ago -
TeleMessage, a modified Signal clone used by US government has been hacked
by
Alex5723
2 days, 16 hours ago -
The story of Windows Longhorn
by
Cybertooth
2 days, 3 hours ago -
Red x next to folder on OneDrive iPadOS
by
dmt_3904
2 days, 18 hours ago -
Are manuals extinct?
by
Susan Bradley
3 hours, 42 minutes ago -
Canonical ditching Sudo for Rust Sudo -rs starting with Ubuntu
by
Alex5723
3 days, 3 hours ago -
Network Issue
by
Casey H
2 days, 14 hours ago -
Fedora Linux is now an official WSL distro
by
Alex5723
3 days, 15 hours ago -
May 2025 Office non-Security updates
by
PKCano
3 days, 15 hours ago -
Windows 10 filehistory including onedrive folder
by
Steve Bondy
3 days, 17 hours ago -
pages print on restart (Win 11 23H2)
by
cyraxote
2 days, 18 hours ago -
Windows 11 Insider Preview build 26200.5581 released to DEV
by
joep517
3 days, 19 hours ago -
Windows 11 Insider Preview build 26120.3950 (24H2) released to BETA
by
joep517
3 days, 19 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.