craigachan
Registered User.
- Local time
- Today, 06:17
- Joined
- Nov 9, 2007
- Messages
- 285
I'm not familiar with the sql database structure. I've encountered a sql table that has no apparent unique ID that I can see. If I link to that sql database in an access app, how do I make sure I'm updating the correct row in the sql database. Something about getting the row_number()?
sql table
month day year code description PatientID
3 3 2020 MS Mastercard 22233
3 3 2020 H2 Histo 2 22233
I guess somehow I don't understand how the sql db keeps track of the record. Thanks for any help.
sql table
month day year code description PatientID
3 3 2020 MS Mastercard 22233
3 3 2020 H2 Histo 2 22233
I guess somehow I don't understand how the sql db keeps track of the record. Thanks for any help.