TonCoronel
Programmer
I am having trouble selecting an Identity column
I have a window called employee_detail (its shows details of a selected employee)and there is a button on it called add new employee. when it is pressed it opens a new window where I can add a new employee when I save it, it has to go back to the window: employee_detail and show the employee I just filled in. I use a retrievel argument on the Identity column but it doesnt work when I ad a new employee.
li_employeeID = dw_addemployee.GetItemNumber(li_row,"employee_ID"
is there another way to get an Identity column?
I have a window called employee_detail (its shows details of a selected employee)and there is a button on it called add new employee. when it is pressed it opens a new window where I can add a new employee when I save it, it has to go back to the window: employee_detail and show the employee I just filled in. I use a retrievel argument on the Identity column but it doesnt work when I ad a new employee.
li_employeeID = dw_addemployee.GetItemNumber(li_row,"employee_ID"
is there another way to get an Identity column?