Register Free Newsletter Plus Membership
  • Home
    • Newsletters/Alerts
    • Forums
    • About
    • MS-DEFCON System
    • Master Patch List
    • Register
    • Login
Microsoft Patch Defense Condition level 2 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
  • WSSupport4John

    WSSupport4John

    @wssupport4john

    Forum Role: AskWoody Lounger

    Registered: 6 years, 1 month ago

    • Profile
    • Topics Started
    • Replies Created
    • Engagements
    • Favorites
    Viewing 15 replies - 1 through 15 (of 1,624 total)
    1 2 3 … 107 108 109
    Author
    Replies
    • WSSupport4John
      AskWoody Lounger
      January 14, 2016 at 6:42 pm in reply to: DLookup in Query Problem #1547390

      doctor9, UtterAccess Editor, provided the following solution:

      Try this:

      Union Desc: DLookUp(“[Description]”,”[Union Statuses]”,”[Code]='” & [Union Status] & “‘”)

      If your [Code] or [Union Statuses] field values can contain apostrophes we’ll need a slight variation.

      Hope this helps,

      Dennis

    • WSSupport4John
      AskWoody Lounger
      August 4, 2015 at 7:07 am in reply to: I’m moving an application from Access 2003 on Windows XP to Access 2013 on Windows 7 #1519364

      Thanks for the clarification

    • WSSupport4John
      AskWoody Lounger
      May 18, 2015 at 4:25 pm in reply to: All the relevant details relating to your installation of ACCESS have been recorded #1505262

      Just a home grown Access 2007 front end and backend database

    • WSSupport4John
      AskWoody Lounger
      April 5, 2014 at 2:30 pm in reply to: How to Call a Function From a Variable? #1447762

      Call Eval(strAction)

      Thanks to theDBguy &

      HansV Eileen’s Lounge

    • WSSupport4John
      AskWoody Lounger
      April 5, 2014 at 8:30 am in reply to: Custom Menu Bar won’t Display in Access 2013 #1447732

      Some further Information:

      Has anyone moved prior versions of Access custom menus to Access 2013?

      Discontinued features and modified functionality in Access 2013

      http://office.microsoft.com/en-us/access-help/discontinued-features-and-modified-functionality-in-access-2013-HA102749226.aspx

      Access 2003 toolbar and menus

      You can no longer bypass the Ribbon interface and show Access 2003 toolbars and menus in Access 2013 as you could in 2007 and Access 2010. But you can make them appear on the Add-ins tab, or add them to a custom Ribbon group or the Quick Access Toolbar.

      Access 2003 Toolbars and menus are shown in the Add-ins tab on the Ribbon. Adding them to a custom Ribbon group is also supported. You can also use RibbonX and XML to create a custom ribbon for your desktop database.

      I’ve been all through the Options, Customize Ribbon section and see no reference to my Access 2003 eza_Menus and how to make them appear on the Add-ins tab, or add them to a custom Ribbon group or the Quick Access Toolbar.

      How do I get my Access 2003 custom eza_Menus (Menu Bar) to appear in a custom Ribbon group or the Quick Access Toolbar?
      If you have a suggestion I need the 2nd grade explanation

      Following are the Options, Current Database, Ribbon and Tool Bar Option settings that is used in all Access 2007, 2010 & 2013 versions

      Ribbon Name:
      Menu Bar: EZ Menu Bar
      Shortcut Menu Bar: (default)
      Checked Allow Full Menus
      Checked Allow Default Shortcut Menus
      Unchecked Allow Built-in Toolbars

    • WSSupport4John
      AskWoody Lounger
      March 31, 2014 at 12:52 pm in reply to: Does Windows 7 support DOS applications? #1447089

      You may also want to check out Windows Virtual PC, Windows XP Mode

      When you configure and start Windows XP Mode it turns you session into am XP desktop where you can install and run you XP apps and programs

    • WSSupport4John
      AskWoody Lounger
      March 31, 2014 at 11:00 am in reply to: How to Close a Batch file StartBP15.bat #1447080

      Wow, what a needle in the haystack, thank you both

    • WSSupport4John
      AskWoody Lounger
      October 12, 2013 at 10:39 am in reply to: Denormalize a variable number of sheets with variable number of rows into a Summary sheet #1416510

      Thanks for all your help

    • WSSupport4John
      AskWoody Lounger
      October 10, 2013 at 9:12 am in reply to: Denormalize a variable number of sheets with variable number of rows into a Summary sheet #1416122

      Thanks for that

      t = 470641 Home

      Does t(0) take the 1st value up to the space?

      Cells(Row, 1) = t(0) ‘470641

      Does t(1) take the remaining value?

      Cells(Row, 2) = t(1) ‘Home

      Where can I read up sub scripting?

    • WSSupport4John
      AskWoody Lounger
      October 8, 2013 at 8:45 pm in reply to: Denormalize a variable number of sheets with variable number of rows into a Summary sheet #1415892

      Maud, Thanks for the wonderful clinic

      Could you verify my contents of the spllits?

      Split (text_string, delimiter, limit, compare)

      ‘Input to split: Tab id: 470641, Home

      s = Split(.[a1], “: “) ‘Output: s = 470641, Home

      t = Split(s(1), “, “) ‘Output: t = 470641 Home

      Cells(Row, 1) = t(0) ‘470641

      Cells(Row, 2) = t(1) ‘Home

      Could you translate the following syntax into english?

      Cells(Row, K + 2).Value = .Cells(J, K).Value

    • WSSupport4John
      AskWoody Lounger
      October 1, 2013 at 5:02 am in reply to: Need Help Looping through Sheet with Concatenation #1414841

      Thanks again for the tutorial

    • WSSupport4John
      AskWoody Lounger
      September 30, 2013 at 8:09 pm in reply to: Need Help Looping through Sheet with Concatenation #1414831

      Wow! very nice, could you translate this, 2nd grade version?

      LastRow = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row

      When I started with Access there was Rogers Access Library, Allen Brown & FMS that have sample database’s to demonstrate the capabilities of Access, are there sites like that that demonstrate the capabilities of Excel?

    • WSSupport4John
      AskWoody Lounger
      September 14, 2013 at 7:09 am in reply to: Customer Sheets and Customer List In Same Spreadsheet #1412116

      Thanks zeddy, going to use j-walk til I get time to do custom form

      Thanks RG for your Summary code, are there any sample Excel VBA databases/websites/tutorial you can recommend that demonstrate database and form techniques?

      When I started with Access there was Rogers Access Library, Allen Brown & FMS that have sample database’s to demonstrate the capabilities of Access, are there sites like that that demonstrate the capabilities of Excel?

    • WSSupport4John
      AskWoody Lounger
      September 12, 2013 at 10:41 am in reply to: Customer Sheets and Customer List In Same Spreadsheet #1411537

      Thanks zeddy, that was the form I was talking about initially

      RG, Sorry, I was clicking the Form (Standard/Default) button zeddy is refrencing which list all the fields, do I understand correctly that this Form can’t be coded to opened to a specific row? It only does what is available when the form is opened?

      If that is the case, looks like I’ll have to create a custom User Form

      If I create a custom user form, is there Excel a form wizard (like Access) that will create all the field names and labels on the form automatically?

    • WSSupport4John
      AskWoody Lounger
      September 11, 2013 at 11:47 am in reply to: Customer Sheets and Customer List In Same Spreadsheet #1411287

      Here you go

    Viewing 15 replies - 1 through 15 (of 1,624 total)
    1 2 3 … 107 108 109
  • « Older Entries
DON'T MISS OUT!
Subscribe to the Free Newsletter
We promise not to spam you. Unsubscribe at any time.
Invalid email address
Thanks for subscribing!

Register
Lost your password?

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

Advanced Search

View the Forum

  • Recent Replies
  • My Replies
  • My Active Topics
  • New Posts in the Last day
  • Private Messages
  • Knowledge Base
  • How to use the Forums
  • All Forums
  • Search for Topics

    • Most popular topics
    • Topics with no replies
    • Recently active topics
    • New posts: Last day
    • New posts: Last three days
    • New posts: Last week
    • New posts: Last month
    • Topics with most replies
    • Latest topics

    Recent Topics

    • MS Passkey by pmruzicka
      2 hours ago
    • Can’t make Opera my default browser by bmeacham
      3 hours, 55 minutes ago
    • *Some settings are managed by your organization by rlowe44
      1 hour, 48 minutes ago
    • Formatting of “Forward”ed e-mails by Scott Mills
      2 hours, 49 minutes ago
    • SmartSwitch PC Updates will only be supported through the MS Store Going Forward by PL1
      22 hours, 31 minutes ago
    • CISA warns of hackers targeting critical oil infrastructure by Nibbled To Death By Ducks
      1 day, 7 hours ago
    • AI slop by Susan Bradley
      1 day, 6 hours ago
    • Chrome : Using AI with Enhanced Protection mode by Alex5723
      1 day, 8 hours ago
    • Two blank icons by CR2
      18 hours, 22 minutes ago
    • Documents, Pictures, Desktop on OneDrive in Windows 11 by ThePhoenix
      1 day, 17 hours ago
    • End of 10 by Alex5723
      1 day, 20 hours ago
    • Single account cannot access printer’s automatic duplex functionality by Bruce
      18 hours, 17 minutes ago
    • test post by gtd12345
      2 days, 2 hours ago
    • Privacy and the Real ID by Susan Bradley
      1 day, 16 hours ago
    • MS-DEFCON 2: Deferring that upgrade by Susan Bradley
      1 day, 8 hours ago
    • Cant log on to oldergeeks.Com by WSJonharnew
      2 days, 6 hours ago
    • Upgrading from Win 10 by WSjcgc50
      18 hours, 27 minutes ago
    • USB webcam / microphone missing after KB5050009 update by WSlloydkuhnle
      22 hours ago
    • TeleMessage, a modified Signal clone used by US government has been hacked by Alex5723
      2 days, 22 hours ago
    • The story of Windows Longhorn by Cybertooth
      2 days, 10 hours ago
    • Red x next to folder on OneDrive iPadOS by dmt_3904
      3 days ago
    • Are manuals extinct? by Susan Bradley
      44 minutes ago
    • Canonical ditching Sudo for Rust Sudo -rs starting with Ubuntu by Alex5723
      3 days, 9 hours ago
    • Network Issue by Casey H
      2 days, 20 hours ago
    • Fedora Linux is now an official WSL distro by Alex5723
      3 days, 21 hours ago
    • May 2025 Office non-Security updates by PKCano
      3 days, 21 hours ago
    • Windows 10 filehistory including onedrive folder by Steve Bondy
      3 days, 23 hours ago
    • pages print on restart (Win 11 23H2) by cyraxote
      3 days ago
    • Windows 11 Insider Preview build 26200.5581 released to DEV by joep517
      4 days, 2 hours ago
    • Windows 11 Insider Preview build 26120.3950 (24H2) released to BETA by joep517
      4 days, 2 hours ago

    Recent blog posts

    • AI slop
    • Privacy and the Real ID
    • MS-DEFCON 2: Deferring that upgrade
    • Are manuals extinct?
    • May 2025 Office non-Security updates
    • How much I spent on the Mac mini
    • How to get rid of Copilot in Microsoft 365
    • Spring cleanup — 2025

    My Profile

    Login and Registration

    • Log In
    • Register

    Key Links

    • > Computerworld's The Microsoft Patch Lady
    • > Computerworld's Woody on Windows
    • AskWoody Knowledge Base index
    • BlockaPatch tools
    • Gift subscription for Ask Woody Newsletter
    • Microsoft Answers Forum
    • Tasks for the Weekend YouTube Channel
    May 2025
    S M T W T F S
     123
    45678910
    11121314151617
    18192021222324
    25262728293031
    « Apr    

    Remembering Woody

     

    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.