Forum Replies Created

Viewing 15 posts - 106 through 120 (of 274 total)

  • RE: Setfocus is going to the wrong place

    I think you need to use the Forms!FormName.ControlName syntax or the Me.Parent.ControlName syntax to get the desired behavior. Tab key behavior when you are using subforms and want to...

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

  • RE: witch control has the focus

    I think the issue you are having is related to the OnCurrent event - it gets triggered the first time the form becomes active (after the load and got focus...

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

  • RE: witch control has the focus

    A couple of questions to help narrow the scope of the problem: What version of Access are you using, and what format is the database - .mdb or .adp...

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

  • RE: Cloning records fun

    The usual method for getting the value of the identity column is to do a query that gives you the maximum value of the identity right after you add the...

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

  • RE: Cloning records fun

    How are you triggering the cloning of a record? If it is a button on the main form (presumably bound to the table InvoiceHeader), then you would probably find...

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

  • RE: Update table with is not null condition

    It appears that query should work, and what it would do would be to populate the [Lead] column in the Application table with the value of the matching record in...

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

  • RE: How to simple change order in access form

    The combo box should be a useful way of setting the priority for each record - you can make the priority a numeric column, and hide the actual field while...

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

  • RE: How to simple change order in access form

    To do as you describe really requires the use of VBA - macros are too limited. I presume this is a continuous form that displays multiple records, and you...

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

  • RE: How to simple change order in access form

    The order of records being displayed on a form is determined by the record source for the form - so if your form has a SQL statement as its record...

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

  • RE: What database environment am I connected to?

    One of the things about Access, that you will discover if you haven't already, is that the recommended practice is to load the front-end Access file on the workstation, rather...

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

  • RE: What database environment am I connected to?

    So are you using the same front-end accdb database and changing the connection string on start? If so, you would need to enumerate all of the form objects to...

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

  • RE: Update a row with max effective date

    We're going to need a few more details (pardon the terrible pun) in order to assist you on this. First of all, if you have a one-to-many relationship between...

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

  • RE: Access Front End SQL2012 record lock multi user

    You don't indicate what version of SQL Server you are using, but it appears it is a recent one - 2008R2, 2102 and 2014 have an option that you have...

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

  • RE: Access Front End SQL2012 record lock multi user

    I think there may well be a more general solution that doesn't involve tracking who has what open. I presume you are using ODBC linked tables in your Access...

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

  • RE: Cascading (filtered) combo boxes in a datasheet or continuious form

    Regarding the size growth, the first question is whether you have done a compact and repair? It's much more important in .accdb and .mdb files than it is with...

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

Viewing 15 posts - 106 through 120 (of 274 total)