Can A Value Of Primarykey Field Be Displayed

tejateja Member Posts: 78
Hi Everybody,

suppose an emp table was created with field names EMPID., NAME, CITY. And related form was also created to display the information of employee table.. Here EMPID IS AN PRIMARYKEY....

the doubt is when the form was run, the EMPID of every employee should be displayed....
what function should be used..

Comments

  • sendohsendoh Member Posts: 207
    ofcourse it can..

    but I suggest
    create a setup for the no. series for the empid and set the empid.editable to false for the security purposes..
    Sendoh
    be smart before being a clever.
  • DenSterDenSter Member Posts: 8,305
    teja wrote:
    Hi Everybody,

    suppose an emp table was created with field names EMPID., NAME, CITY. And related form was also created to display the information of employee table.. Here EMPID IS AN PRIMARYKEY....

    the doubt is when the form was run, the EMPID of every employee should be displayed....
    what function should be used..
    No function, just put the field on the form and you're all set.
  • tihomirjurtihomirjur Member Posts: 21
    DenSter wrote:
    teja wrote:
    Hi Everybody,

    suppose an emp table was created with field names EMPID., NAME, CITY. And related form was also created to display the information of employee table.. Here EMPID IS AN PRIMARYKEY....

    the doubt is when the form was run, the EMPID of every employee should be displayed....
    what function should be used..
    No function, just put the field on the form and you're all set.

    Agree.
Sign In or Register to comment.