Search results

  1. D

    Workdays Without Weekends/Holidays...Pos/Neg Values

    Thanks for both of your advice. I'll play more with this and see where I go. Dan
  2. D

    Workdays Without Weekends/Holidays...Pos/Neg Values

    Hi all, A little more explanation... I am tracking the delta days (both positive and negative integers) between the date a job arrives in our facility and when it is promised to ship to the customer. Ideally, all jobs arrive before their schedule ship date, but when they don't we note a...
  3. D

    Workdays Without Weekends/Holidays...Pos/Neg Values

    Hi all, A frequent lurker, but a seldom poster. I have read much about Workdays user functions that screen out weekend and holidays. The examples posted are understandable. All those I have found do not deliver positive and negative results, rather absolute differences. I am seeking a...
  4. D

    Entered text is autocorrecting to VBA phrase

    Thanks for the assistance. I resolved the problem overnight by uninstalling SQL Assistant, a program I seldom use. Dan
  5. D

    Entered text is autocorrecting to VBA phrase

    I have tried creating a new blank database and importing everything into it, but the noted behavior follows into the new database. Thanks for your assistance. I will keep working at it. Dan
  6. D

    Entered text is autocorrecting to VBA phrase

    The reserve words I am using include on, when, select, null. All these words cause the same effect in that once entered, the words seem to autocorrect to all caps versions of the words, e.g. ON, WHEN, SELECT, NULL. As these are reserve words that I know are SQL reserve words, as that entering...
  7. D

    Entered text is autocorrecting to VBA phrase

    I haven't experienced any difficulties using reserved words in Access text boxes before and notice this behavior in only one form in the database.
  8. D

    Entered text is autocorrecting to VBA phrase

    Interestingly, this occurs in only one of the forms in this database, though in all of the text fields in this form. I would like to see if I can figure out what is causing this problem, rather than just rebuilding the form from scratch. Since all my text boxes are affected, I feel it is a...
  9. D

    Entered text is autocorrecting to VBA phrase

    When I enter the word on, it corrects to ON. When I enter other words I know to be typical VBA/SQL words, such as select, it corrects to SELECT. Also interestingly, when I add a period, a dialog box opens that asks me if I want to use SQL Assistant to connect to a database. I do use SQL...
  10. D

    Entered text is autocorrecting to VBA phrase

    I am having difficulty overcoming this problem. When I enter text in a field that is a VBA phrase, it seems to autocorrect to the capitalized VBA phrase. I have tried deselecting all the spelling autocorrect select boxes and have set the properties in an affected field to No for allow...
  11. D

    Automatice Table Field Entry Based on Another Field Selection

    I would like to add a Sort Criteria field entry to a table based on input to another field. In this case, I want to automatically add the number 1 to an existing Sort Criteria field when the Issue Status is selected as Hot in this field. When the Issue Status is selected as Active, I want the...
  12. D

    Select All From Combo Box

    Combo Box: Multiselect dcx, Thanks for your reply and advice. I get impatient with myself when I'm learning something new...I want to have the background and understanding that will happen over time... I'll do some more research so I understand the goodies under the hood a bit better...
  13. D

    Select All From Combo Box

    Thanks dcx, I've now made a small dummy database using List Boxes rather than Combo Boxes and can select multiples from my Issue Owners list. One further question, if you have time... I am using QBF to drive this query and wanted to select multiples of many lists for query parameters. When I...
  14. D

    Select All From Combo Box

    Be Gentle My Learned Friends...Neophyte Learning the Ropes... I am seeking to be able to add a Select All function to a QBF Form. I now select multiple options from Combo Boxes and would like to have one-click, one-selection ease for users to select all within one Combo Box. Ideas? Thanks, Dan
  15. D

    Parameter Query Use/Syntax

    I have set up a Parameter Query to build a query based on one selection from two separate lists....and would like to determine if and how to select multiples or all from each list... My Parameter Query currently lets me select from an issue status list, i.e. active, pending, completed... Then I...
Back
Top Bottom