Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
Please how to generate automatically the key of a table??
Thanks in advance for your answer.
ROWNO() delivers a running number for each record,
otherwise you need to find or calculate the dimension(s) building unique key for you table. You may concatenate them as text or use the AUTONUMBER-functions.
HTH
Peter
Please sir Rieper, can i have an example???
thanks
Check this out: