Search results

  1. S

    Referring to a button on a subform from a seperate form

    Greetings Gurus, Could someone please tell me how I can refer to a button on a subform from another form? Basically I have a mainform "form1" which has 3 subforms "form2","form3" and "form4". Each of those subforms have a button on them which call another form "form5". I need form5 to...
  2. S

    Intereting challenge: Running 3rd party apps in a subform

    Greetings Gurus, Before I lose too much sleep over this I would like to know if it is even possible. The idea is something similar to what this guy was trying to do http://www.rage3d.com/board/showthread.php?p=1335449512 Effectively have a main-form with a listbox down the left hand side...
  3. S

    Problem with Findfirst and bookmarks - please help

    Greetings Gurus... Please help before I completely lose it.... I have a subform whose underlying table is called Purchases.The 1st field in the subform comes from a table called Category, the 2nd & 3rd fields in the subform comes from a table called Products. When a user goes to edit the form...
  4. S

    Adding time values

    Greetings Gurus, Please could someone tell me how to add 2 time values together? I have a form which has two unbound text boxes into which a user can submit a numeric value (e.g. "10") which is supposed to be the amount of time that user has been doing something. This value is supposed to be...
  5. S

    define an action if no records exist

    Greetings gurus, Could you help please? I have a form which loads on Access startup. If a record exists in the form then an action is performed but how do you define an action if there are no records? The code I have got isIf Me.UserName <> "" Then DoCmd.Maximize MsgBox "New Support Request"...
  6. S

    Alerting connected users

    Greetings Gurus, Thanks to Darbid I have a listener set up in Access receiving incoming email and writing them to a table. What I would like to know is if it is possible for that machine (hosting Access & Outlook) to send a non-email based alert when a new record is written to the table to...
Back
Top Bottom