Search results

  1. M

    Executing Append Query From .Net

    I am executing existing Access queries as stored procs from a .Net application. I create a connection and command object with the command text of "Execute QueryName". I then use the ExecuteNonQuery method and the query runs. That part is fine. The problem I'm having is that Access will...
  2. M

    Question Access 2007 Back End Locks Up

    I have an Access 07 application with a sepparate front end (FE) that links to a back end (BE) via linked tables. When I connect a second FE to the BE across a windows network the application freezes until the local front end no longer has any connections to the data open. This situation seems...
  3. M

    Access 07 - Properties Sticking

    I have recently started running some 2000 and 2003 format databases with Access 2007 and have noticed a few annoying issues. The one I'll discuss in this post is the fact that properties seem to "stick" or save in 07. I've read quite a bit about filters saving on forms but I've had other...
  4. M

    Access 07 Rich Text - SelStart, SelLength

    I have form where I allow users to create mail merge letter templates. The form is basically a memo field that contains regular text and some merge codes which I later replace with data. Example: Dear <<FirstName>> <<LastName>> I also have a popup form with a list of all the available merge...
  5. M

    Installing Access App

    I have an application built in Access 07 that I need to install. The installer included with the Access 07 developer extensions is not flexible enough to allow me to install the application properly. To be more specific my application has multiple pieces that each require shortcuts and I need...
Back
Top Bottom