Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MicroZealous

    Convert text to number

    We use Key 4 to define "employee size". Some imported records have numbers that are stored as text. We want to convert these strings to number format and populate another user defined field. How can this be done within GM, or if not, with an external SQL query? GMPE 8.03.80716 SQL Server...
  2. MicroZealous

    variable to update table

    Thanks for your help. I really did try the Help file, etc. What I needed was the syntax: "SET myField = '" & VariableName & "' " Mike R
  3. MicroZealous

    Why is my disk light blinking...constantly?

    Is Windows Defender also a suspect? Before I Disabled this Service, the disk was manic for about ten minutes after startup. This Just In: Soon after disabling Defender, my machine caught MalWareAlarm. Coincidence.... or Satan? Those &%$#@*() ! Defender service now starts automatically, and...
  4. MicroZealous

    variable to update table

    Here's my design: tblSettings holds public variables to survive program closing. When access starts, I use DLOOKUP to populate the public variables, always from tblSettings.ID = 1. This is working. VBA code may update any of variables as needed. OK. Now I want to save the variables as...
  5. MicroZealous

    variable to update table

    I just learned how to use DLOOKUP to set a public variable. Now I want to write that variables value back into the table. I have looked in help files, but don't know the words I'm searching for! Just a hint or a simple example. TIA.
  6. MicroZealous

    single quote in data messing with single quote in SQL

    This reminds me of a related problem I had once, when importing a text file into a payroll application. The root cause was obvious when I realized the import failed when it reached "John Smith, Jr." !
  7. MicroZealous

    Summing or grouping

    PHV: Thanks so much for your reply - I appreciate the help a lot. I've been offline recovering from the URI that's going around. Yes, I did try your solution, and it works fine. Doing some more research on this problem, I discovered that this is a common and complex problem. See...
  8. MicroZealous

    Summing or grouping

    I AM feeling better, thanks. I'll be even better once this puzzle gets solved. I can't imagine that it's very difficult, but I've looked at it so long I can see it anymore, ya know?
  9. MicroZealous

    Summing or grouping

    See if this makes sense: Here’s a sample: UNIT table ID NextLevelUp A B A C B D B BUDGET table UNIT AMOUNT C 2 C 3 B 1 B 4 A 6 A 5 D 9 Sum AMOUNT for each level, and levels below. Results should be: D 9 C 5 (2+3) B 19 (1+4) + C level + D level A 30 (6+5) + B level
  10. MicroZealous

    Summing or grouping

    I have a simple Budget database, with expense line items that relate to Organization Units. The Organization Units are in a tree structure, with each Unit relating to one Unit that is higher up the tree. Currently, there are three levels, but I need to provide for four or five in the future...
  11. MicroZealous

    Retrieve Word properties into Excel?

    Good Evening; I have about 250 Word documents, and have created an Excel sheet as an index. One row per Word doc, with a hyperlink to the actual document. Now: How can I retrieve Word doc Properties (Title, Subject, Keywords, number of pages, last saved date etc) into cells in the spreadsheet...
  12. MicroZealous

    Retrieve Word properties into Excel?

    Hi Kids! (Using Word/Excel 2002) I have about 250 Word documents, and have created an Excel sheet as an index. One row per Word doc, with a hyperlink to the actual document. Now: How can I retrieve the Word doc Properties (Title, Subject, Keywords, number of pages, last saved date etc) into...
  13. MicroZealous

    I am 2 confused

    Maven Bacis Teaches Typing" (groans) . . .
  14. MicroZealous

    What makes something a "sport"?

    Given cjelec's definition from the Stanford dictionary, the US Presidential campaign qualifies as a sport, if we define the US voter as "a solid, inanimate object". Plus, we have screaming, rabid fans. Discuss.
  15. MicroZealous

    IRRITATING words and expressions

    Some of my favorites(not). Adding the word 'not' into a question. Using 'we' instead of 'you'. Example: "Did we not get this fixed?" (snarl)
  16. MicroZealous

    Potential client needs reference account.

    Cancel this request. Client has made decision. Thanks.
  17. MicroZealous

    Hold off on buying new PC with Vista?

    It appears that Vista home Edition Premium only supports M$ Office 2007. While attempting to install clients' Office 2003 or office XO Pro, got installer message "Wrong OS version" . Is this right?
  18. MicroZealous

    Potential client needs reference account.

    Are you: running MAS 90/200? Multiple locations? Work Orders, Bill of Materials, etc, typical discrete manufacturing? User client has MAS accounting now, wants to implement mfg over multiple locations. No local reference accounts. Thanks.
  19. MicroZealous

    MAS90 Locks Up At Same Time Each Day

    We had a similiar issue for a while. My clue to solving it was that it happened every day when User(N) left the office! Two synergistic causes: 1. User(N)had a corrupt MAS client install, 2. User (N) would simply power off their PC when leaving, not exiting anything, even an open Sales...
  20. MicroZealous

    Word of the Year

    Ladyazh: Colbert is not nuts! There is a very sound basis for removing the word 'try': Yoda: " Do or do not, there is no 'try'". ----

Part and Inventory Search

Back
Top