Search results

  1. B

    Transferring form data into notepad

    Hey, I am trying to code a button which, upon clicking it, copies the information currently in the form into notepad. So far I have successfully coded a way to put it into an email. I was just wondering if the above solution would look something like this, or would it be completely different...
  2. B

    Validating an I.P. entry

    Hey, I've been looking at this website (http://learning.north.londonmet.ac.uk/ib212/week7/validation.htm) and i'm trying to find an input mask that lets a user enter in an I.P. address like the IP settings in Network Connection > Properties > TCP/IP > Properties. E.g. a user enters 19216802...
  3. B

    IIF function

    Hey, I'm trying to get the output of checkboxes to be output as Yes (Ticked) or No (Unticked). As you know there are 0 and -1 (People are going to read this data so I want it to be meaningful). I was going along the lines of: IIF check_box = -1, "yes", "no" I checked the Access help page...
  4. B

    Sending a Form via email

    Hi, So far I know there is a wizard for being able to create a button that sends a Form Report. What I really want to do though is when the user clicks the button on the form, just the form is sent/attached to the email, effectively giving the viewer/receiver a screenshot of the Form in...
  5. B

    Entering '0' in a field.

    Hey, I am creating a form and one of the fields are 'Area Code'. Input will be along the lines of 02 and 03, but whenever I do this it deletes the 0, just leaving a 2. How do I make access leave the 0 in the field? Thanks.
Top Bottom