Data Entry Only Form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • badboybrown

    #1

    Data Entry Only Form

    Good afternoon,

    Please can someone tell me the best way of calling up a form that will
    allow the user to only add new records.

    I have other forms that will be used to view the existing records.

    Many thanks.

    SEAN

  • John Welch

    #2
    Re: Data Entry Only Form

    In the form properties window, under the data tab, set the 'date entry'
    property to yes. Or in vba code, you can say:
    me.dataentry = true

    -John

    "badboybrow n" <seabrow@gmail. com> wrote in message
    news:1136478721 .588943.121330@ g44g2000cwa.goo glegroups.com.. .[color=blue]
    > Good afternoon,
    >
    > Please can someone tell me the best way of calling up a form that will
    > allow the user to only add new records.
    >
    > I have other forms that will be used to view the existing records.
    >
    > Many thanks.
    >
    > SEAN
    >[/color]


    Comment

    • badboybrown

      #3
      Re: Data Entry Only Form

      Thankyou.

      I knew it would be simple, but it just evaded me.

      Comment

      Working...