-
WSSupport4John
AskWoody LoungerSeptember 11, 2013 at 11:32 am in reply to: Customer Sheets and Customer List In Same Spreadsheet #1411284Can you get sample excel spreadshhet from your solution above?
Attached Files 2013-09-10 11:07
File Type: xlsm support4john LYC_Member_Data_Summary-1_MS_20130909_Test.xlsm (33.9 KB, 2 views)
-
WSSupport4John
AskWoody LoungerSeptember 11, 2013 at 9:57 am in reply to: Customer Sheets and Customer List In Same Spreadsheet #1411183Wow, thanks for this, worked great, just had to change the following:
Cells(lCurRow, 3).Value = shtCur.[K3].Value ‘FirstName
I like the way you parsed the csz, normalizing to lowest level
After further review and working with a secretary who doesn’t want to give up Excel
How would I create a form similar to the member tab, so when I click a member in the Summary page the form would open with
that members information displayed?I have the form button in the tool bar
When I click on a member Agnello and form button the form displays the first member Adams
What kind of look-up vba code can I use to click on member Agnello and have member Agnello display in the form?
I goggled Excel form with row look-up without success
-
WSSupport4John
AskWoody LoungerSeptember 9, 2013 at 8:58 pm in reply to: Customer Sheets and Customer List In Same Spreadsheet #1411012I understand it is an abortion
Can this be imported into a new Excel sheet, so I can have one row/record per member so he can stille work on it in a list format and I will work on bringing the excel file into a Access mdb?
Not to worry about the field descriptions
-
WSSupport4John
AskWoody LoungerSeptember 9, 2013 at 5:01 pm in reply to: Customer Sheets and Customer List In Same Spreadsheet #1410991This is not my design/approach I inherited this from my club secretary
The real file has about 200 records
one direction, e.g. Detail to Summary that could be done with formulas would be great
.
-
WSSupport4John
AskWoody LoungerJune 27, 2013 at 10:02 am in reply to: How do I add a Publish It with MS Word short cut to the tool bar for Report #13986671. With the report on the screen, you right click on the document
2. Click Export
3. Click Word RTF File
I’m looking for the equivlent DoCmd.RunCommand ????????? to put the on screen report into Office Links Word?
-
WSSupport4John
AskWoody LoungerJune 26, 2013 at 8:06 am in reply to: How do I add a Publish It with MS Word short cut to the tool bar for Report #1398531Thanks for the references
I have a customiezed Menu Bar that has most of the functions in the standard File, Edit, Insert, Tools, Windows and Help Menu Bar
And I have a mod_Tool_Bar_Menu module that has all the equivelent functions
Function Menu_FormView()
DoCmd.RunCommand acCmdFormView
End Function
What would be the equivlent DoCmd.RunCommand ????????? to put the on screen report into Office Links Word?
Thanks John
-
WSSupport4John
AskWoody LoungerMarch 9, 2013 at 10:43 am in reply to: OLE Automation is moved to the end of the list and Clerk.mdb un-compiles #1379445After further review IT guy at the site found the solution here:
PROBLEM – 02/25/13
When opening fe mdb
Error: 3044: ‘F:ClerkClerk_Be.mdb’ is not a valid path. ezy_Session Form_Open
SOLUTION – 03/09/13
How to make elevated programs recognize network drives
http://www.winability.com/how-to-make-elevated-programs-recognize-network-drives/ -
WSSupport4John
AskWoody LoungerFebruary 25, 2013 at 3:56 pm in reply to: OLE Automation is moved to the end of the list and Clerk.mdb un-compiles #1376683The FE Clerk.mdb is in C:NbsA2kFe
I’m familiar with trusted locations in Access 2007 & 2010
I wasn’t aware of trusted locations using Access 2003
What do I check for?
-
WSSupport4John
AskWoody LoungerFebruary 19, 2013 at 9:59 am in reply to: Error: Method ‘FullPath’ of object ‘Reference’ failed #1375724Thanks for information
-
WSSupport4John
AskWoody LoungerFebruary 18, 2013 at 11:51 am in reply to: Error: Method ‘FullPath’ of object ‘Reference’ failed #1375507After further review I replaced comctl32.ocx from another working computer and all is well on troubled computer so far
Can you tell me something about comctl32.ocx?
My working comctl32.ocx is dated 6/24/1998 596KB ActiveX control
When installing Access (any version 2000-2010) over the past 12 years, I would simply copy comctl32.ocx from a working computer to C:WindowsSystem32 and all was well
I there a more current version of comctl32.ocx I should be using? if so, where do I get it on the Internet?
Thanks for all your help
-
WSSupport4John
AskWoody LoungerFebruary 16, 2013 at 1:12 pm in reply to: Error: Method ‘FullPath’ of object ‘Reference’ failed #1375204The customer has installed:
Microsoft Office Home and Student 2010 and Microsoft Office Professional Edition 2003
I ran it again after your suggestion and got a little further
?SaveReferences(“Clerk.ref”)
VBA: C:Program Files (x86)Common FilesMicrosoft SharedVBAVBA6VBE6.DLL
Access: C:Program Files (x86)Microsoft OfficeOFFICE11MSACC.OLB
stdole: C:WindowsSysWOW64stdole2.tlb
DAO: C:Program Files (x86)Common FilesMicrosoft SharedDAOdao360.dll
VBIDE: C:Program Files (x86)Common FilesMicrosoft SharedVBAVBA6VBE6EXT.OLB
Office: C:Program Files (x86)Common FilesMicrosoft SharedOFFICE11MSO.DLL
Word: C:Program Files (x86)Microsoft OfficeOffice14MSWORD.OLB
TILT12Lib: C:Program Files (x86)Tilt12Tilt12.dll
ADODB: C:Program Files (x86)Common FilesSystemadomsado21.tlbChoked on:
Microsoft Windows Common Controls 5.0 (SP2)
C:WindowsSystem32comctl32.ocx (date & time stamp 6/24/1998 596KB ActiveX control)C:WindowsSystem32comctl32.ocx is there
Tried to regsvr32 C:windowssystem32COMCTL32.OCX and got:
The module “comctl32.ocx” failed to load
Where can I download a valid copy of “comctl32.ocx” that works with my setup?
-
WSSupport4John
AskWoody LoungerFebruary 16, 2013 at 10:14 am in reply to: Error: Method ‘FullPath’ of object ‘Reference’ failed #1375175Thanks for the response, I ran it again with your suggestion and got the following:
?SaveReferences(“Clerk.ref”)
VBA: C:Program Files (x86)Common FilesMicrosoft SharedVBAVBA6VBE6.DLL
Access: C:Program Files (x86)Microsoft OfficeOFFICE11MSACC.OLB
stdole: C:WindowsSysWOW64stdole2.tlb
DAO: C:Program Files (x86)Common FilesMicrosoft SharedDAOdao360.dll
VBIDE: C:Program Files (x86)Common FilesMicrosoft SharedVBAVBA6VBE6EXT.OLB
Office: C:Program Files (x86)Common FilesMicrosoft SharedOFFICE11MSO.DLLwith Print #1, Ref.Name; “;”; Ref.FullPath highlighted in yellow
ComctlLibRef.Name = ComctlLib
Looks like it choked on the following reference:
Microsoft Windows Common Controls 5.0 (SP2)
C:WindowsSystem32comctl32.ocx (date & time stamp 6/24/1998 596KB ActiveX control)Microsoft Word 14.0 Object Library
C:Program Files (x86)Microsoft OfficeOffice14MSWORD.OLBTilt 1.2 MultiLabel Type Library
C:Program Files (x86)Tilt12Tilt12.dllMicrosoft ActiveX Data Objects 2.1 Library
C:Program Files (x86)Common FilesSystemadomsado21.tlbAny help is welcomed
-
WSSupport4John
AskWoody LoungerThanks ruirib, you solved my problem, now I can proceed further on the Access 2010 minefield
I now notice that this only is a problem on reports in which the RecordSource is changed in the Report_Open event.
It appears that when the RecordSource is changed in Report_Open, the Filter property, which would normally receive the WhereCondition doesn’t “stick”. All records are retrieved for the report instead of the desired 1 filtered record
This seems to be a problem with Access 2010 only after SP 1 is applied
In Office 2010 SP1, the OpenReport method loses WhereCondition
http://answers.microsoft.com/en-us/office/forum/office_2010-access/in-office-2010-sp1-the-openreport-method-loses/9d76bb3d-d942-4335-ac2f-aead50887916Description of the Access 2010 hotfix package (Access-x-none.msp): October 25, 2011
http://support.microsoft.com/kb/2596496
Microsoft Access 2010 (14.0.6024.1000) SP1 MSO (14.0.6112.5000) after SP1
Microsoft Access 2010 (14.0.6111.5000) SP1 MSO (14.0.6112.5000) after hotfix -
WSSupport4John
AskWoody LoungerAugust 6, 2012 at 2:26 pm in reply to: Error 3201: You cannot add or change a record because a related record is r #1344194Looks like the problem is solved for now by inserting If Me.Dirty Then Me.Dirty = False
Code has worked OK for the past 12 years without the command on 2000, 2002, 2003 and 2007 systems
Is this considered a MS Access bug or a programming error I got away with for 12 years?
Private Sub Add_Record_Click()
gloSetValue “FinalizeButtonClicked”, “Add”
gloSetValue “POSButtonClicked”, “Add”
Me.ButtonClicked = gloGetValue(“POSButtonClicked”)
mstrButtonClicked = “Add”
cboLookupSequence.SetFocus
FormState (“Unlocked”) ‘ Locked or Unlocked Me.strOwnerName.Locked = False
ControlState (“Edit”) ‘ Normal or Edit Me.strOwnerName.Enabled = TruestrLookupCriteria = Null
DoCmd.GoToRecord , , acNewRecMe.strProfileCode = GetPref(“Profile Code”) ‘ this forces autonumber in master record tbl_RevTran_Master
‘ the following command solved the problem
If Me.Dirty Then Me.Dirty = FalseMe.frm_POS_Detail.SetFocus
Me.frm_POS_Detail.Form.strTranDesc.SetFocus
Me.frm_POS_Detail.Form.strTranDesc = Null
Me.frm_POS_Detail.Form.strTranCode2.SetFocusEnd Sub
-
WSSupport4John
AskWoody LoungerAugust 4, 2012 at 8:21 am in reply to: Error 3201: You cannot add or change a record because a related record is r #1343832In the second field in tbl_RevTran_Detail I have:
If Me.Dirty Then
DoCmd.RunCommand acCmdSaveRecord ‘to save detail
End IfAlso as a test I did the following:
If I just click Add and at step 6
if I press Esc Key once the detail record is cleared tbl_RevTran_Detail, lngRevTranID returns to AutoNumber which is OK
If I click Esc Key a second time tbl_RevTran_MasterlngRevtranID returns ti AutoNumber, on 2000, 2002, 2003 and 2007 systems this is saved and the numerical AN stays
Any other thoughts
![]() |
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
-
WARNING about Nvidia driver version 572.83 and 4000/5000 series cards
by
Bob99
3 hours, 22 minutes ago -
Creating an Index in Word 365
by
CWBillow
3 hours, 28 minutes ago -
Coming at Word 365 and Table of Contents
by
CWBillow
3 hours, 33 minutes ago -
Windows 11 Insider Preview Build 22635.5170 (23H2) released to BETA
by
joep517
8 hours, 29 minutes ago -
Has the Microsoft Account Sharing Problem Been Fixed?
by
jknauth
11 hours, 55 minutes ago -
W11 24H2 – Susan Bradley
by
G Pickerell
13 hours, 50 minutes ago -
7 tips to get the most out of Windows 11
by
Alex5723
11 hours, 51 minutes ago -
Using Office apps with non-Microsoft cloud services
by
Peter Deegan
5 hours, 13 minutes ago -
I installed Windows 11 24H2
by
Will Fastie
3 hours, 32 minutes ago -
NotifyIcons — Put that System tray to work!
by
Deanna McElveen
17 hours, 17 minutes ago -
Decisions to be made before moving to Windows 11
by
Susan Bradley
20 minutes ago -
Port of Seattle says ransomware breach impacts 90,000 people
by
Nibbled To Death By Ducks
1 day, 1 hour ago -
Looking for personal finance software with budgeting capabilities
by
cellsee6
9 hours, 45 minutes ago -
ATT/Yahoo Secure Mail Key
by
Lil88reb
9 hours, 59 minutes ago -
Devices with apps using sprotect.sys driver might stop responding
by
Alex5723
1 day, 18 hours ago -
Neowin – 20 times computers embarrassed themselves with public BSODs and goofups
by
EP
2 days, 3 hours ago -
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
1 day, 5 hours ago -
Mail from certain domains not delivered to my outlook.com address
by
pumphouse
1 day, 11 hours ago -
Is data that is in OneDrive also taking up space on my computer?
by
WShollis1818
1 day, 22 hours ago -
Nvidia just fixed an AMD Linux bug
by
Alex5723
3 days, 13 hours ago -
50 years and counting
by
Susan Bradley
12 hours, 9 minutes ago -
Fix Bluetooth Device Failed to Delete in Windows Settings
by
Drcard:))
14 hours, 58 minutes ago -
Licensing and pricing updates for on-premises server products coming July 2025
by
Alex5723
4 days ago -
Edge : Deprecating window.external.getHostEnvironmentValue()
by
Alex5723
4 days, 1 hour ago -
Rethinking Extension Data Consent: Clarity, Consistency, and Control
by
Alex5723
4 days, 1 hour ago -
OneNote and MS Word 365
by
CWBillow
4 days, 2 hours ago -
Ultimate Mac Buyers Guide 2025: Which Mac is Right For You?
by
Alex5723
4 days, 3 hours ago -
Intel Unison support ends on Windows 11 in June
by
Alex5723
4 days, 3 hours ago -
April 2025 — still issues with AMD + 24H2
by
Kevin Jones
1 day, 18 hours ago -
Windows 11 Insider Preview build 26200.5518 released to DEV
by
joep517
4 days, 15 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.