Forum Replies Created

Viewing 15 posts - 91 through 105 (of 274 total)

  • RE: Does Access support the EXISTS keyword?

    I believe it does, although I tend to avoid subqueries for this sort of thing and use a GroupBy. Take a look at Intermediate Microsoft Jet SQL for Access...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Subform OnCurrent event firing on MouseMove events on the main form

    Microsoft included a file that would support several new controls such as Rich Text text boxes, Date pickers, and a treeview. A treeview is much like what you see...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: need to recover access database

    Deleted files can be recovered using an Undelete Utility - but only if they have not been overwritten. And that means you shouldn't be saving any files on the...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: I can't get a combo box to populate how I want it to

    You are looking to use what are called "cascading combo boxes" in Access forms. The basic concept is that you update the rowsource for the School combo box whenever...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Link to SQL server users with the same rights seeing diffrent things

    ODBC and Access in particular are pretty picky about who can see what in a database. It would appear that Role_A may not have rights sufficient to let the...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Access front end with SQL Express backend -- backup options?

    Wayne West (2/27/2015)


    ... Depending on the number of users on the system and how much back end processing is going on, you might need to be concerned about the...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Subform OnCurrent event firing on MouseMove events on the main form

    You may also find this Microsoft Community Office forum post to be helpful. There is substantial discussion about the trick of using text boxes over combo boxes to do...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Can I use With in a subroutine?

    It should be possible to define a function in VBA that is generic in nature, and returns the color sets for each control, and could be called by logic on...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Linked CSV records not present

    Chances are you have some data in the missing records that don't fit within the schema that Access associates with each field - it only scans the first hundred or...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Subform OnCurrent event firing on MouseMove events on the main form

    Is your main form a bound form or an unbound form? If it is bound I fail to see the reason for the text boxes that display the current...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Subform OnCurrent event firing on MouseMove events on the main form

    Do all of your controls have MouseMove events procedures? (Note that Labels share the event with a control unless they are unassociated with a control, and that the detail...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Access front end with SQL Express backend -- backup options?

    Actually, in some versions of Access there is the ability to automate a backup, but I agree with the idea of using SQL Server Express. If they are using...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Access database (multi-user updated) saved on cluster

    Access databases tend to be fairly fragile in an environment where peoples files are moving around, and it only takes one small glitch for the data to be corrupted, or...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: mail merge for a single record

    I presume you are referring to a Microsoft Word mail merge document that is being merged using some VBA code. Unfortunately, doing that from a .ADP project appears to...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: passing parameter to stored procedure via a form

    Because you are working with an ADP Access project, you will need to use a different approach than if you were working with a .MDB or .ACCDB format front-end to...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

Viewing 15 posts - 91 through 105 (of 274 total)