To insert input taken from form to table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Preeti vashisht
    New Member
    • Jan 2013
    • 1

    #1

    To insert input taken from form to table

    Hi,

    I have created one form which is taking inputs from user and also getting stored in table. But I am facing a challenge :

    Every time different user fill up the form but it does not get stored in table as a new record in next line of table. Only 1st record is fill up in table but when another user fill form its data is not getting store in next line of table.
    Last edited by NeoPa; Jan 23 '13, 04:42 AM. Reason: Reworded to remove second question as each thread deals with only one question.
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32669

    #2
    Users must ensure the record pointer is at the new record if they want to enter data for a new one. As a designer, you must make sure this facility is available to them.

    Comment

    Working...