Let me explain. So the old version of the program we're working with, one form is pulling from a table. If you hit new record, it assigns it a new ID in that table (even though it says the ID is null when it loads, I have a message box pop up on current and it always says Null).
Anyway, in the new one with an SQL backend, on the same form, if I click on new record, the ID (the column is called AssetLiabilityID) stays Null no matter what I do. Am I missing something?
Also, I might try to filter the recordset based on a Client ID, but the same thing happens when I try to create a new record, no ID.
If this would be answered better in another section of these forums, please let me know.
Anyway, in the new one with an SQL backend, on the same form, if I click on new record, the ID (the column is called AssetLiabilityID) stays Null no matter what I do. Am I missing something?
Also, I might try to filter the recordset based on a Client ID, but the same thing happens when I try to create a new record, no ID.
If this would be answered better in another section of these forums, please let me know.
Last edited: