Hi,
In my model, i have a table with a field called "uniqueID". UniqueId is a "ID property" who is not auto-generated.
I have created a form, a driven from,
When i tried ti update the row, everything working if i didn't try to update uniqueID field.
What i am doing wrong ?
Does anyone know what causes this issue? It's driving me nuts.
Thanks -
Bolo
Views
Replies
Total Likes
Why are you changing the primary key and why is it not auto-increment? Just wondering.
Views
Replies
Total Likes
Why are you changing the primary key and why is it not auto-increment? Just wondering.
It's a request from our client.
Views
Replies
Total Likes
Does your database allow you to update a primary key? Try doing it in a query tool. If you DBMS does not allow it, you will not be able to do it with an MDF.
Regards,
KenS
Views
Replies
Total Likes
I can update the field with Mysql Browser.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies