Search results

  1. Q

    clicking NO on "You are about to delete 2 record(s)?" without effect!?

    Hi there, (Am using Access frontend with MySQL backend via MySQL Connector 3.5.1) When I press the delete key on a number of records on a subform, the usual prompt appears: "Your are about to delete 2 record(s)". Now, if I click the NO button, the records are deleted nonetheless! Anyone a...
  2. Q

    very basic email validation

    Thanks for the hints. I found a fine tutorial on regex, how to create you own ones. Check out http://www.regular-expressions.info/
  3. Q

    normalize my table - track price levels

    tricky case of nested subqueries? hello there, I've got an other tricky issue of similar kind and would appreciate any help: I got 2 tables for keeping track of working time and working costs of different people: t1 lists daily salary costs for each person after a certain date (fields: person...
  4. Q

    Automatic Front End Database Updating

    that's easy of course. i think i found a way to paste the FE path into the cmd file before executing it. but then there's another thing: if i trigger a cmd file from my OldFE.mdb, how can this delete OldFE.mdb ?? Is there a way of closing triggering a cmd file with a delay, so that it waits...
  5. Q

    Automatic Front End Database Updating

    Sounds all very useful, thanks. One open issue: I don't know where users will save their FE file... Is there maybe a way of automatically inserting the path of the FE into the .cmd file through vba? This would be very helpful!
  6. Q

    Custom CopyFile

    hello there, i'm looking for an easy way to copy any file from one location to an other one, thereby renaming it: when clicking an "import" button on a form i would like a file dialog to open, the file i select should be then be copied, appending the current date to the file name; the...
Back
Top Bottom