Can A Value Of Primarykey Field Be Displayed

teja
teja 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

  • sendoh
    sendoh 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.
  • DenSter
    DenSter Member Posts: 8,307
    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.
  • tihomirjur
    tihomirjur 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.