J
JM
My MSSQL linked table basically looks like this:
Jeff Blue Y
Jeff Blue Y
Jeff Blue Y
Jeff Blue Y
Fred Red N
Fred Red N
Fred Red N
Fred Red N
Fred Red N
I have a query 'select distinct * from table' and get this:
Jeff Blue Y
Fred Red N
I want to be able to change the Y/N field on a datasheet form, and have an
OnChange trigger of some sort update the appropriate records in the source
table, but I can't figure out the programming elements to make this happen.
I'm gettting: This field is not updateable.
Any clues?
Thanks! JM
Jeff Blue Y
Jeff Blue Y
Jeff Blue Y
Jeff Blue Y
Fred Red N
Fred Red N
Fred Red N
Fred Red N
Fred Red N
I have a query 'select distinct * from table' and get this:
Jeff Blue Y
Fred Red N
I want to be able to change the Y/N field on a datasheet form, and have an
OnChange trigger of some sort update the appropriate records in the source
table, but I can't figure out the programming elements to make this happen.
I'm gettting: This field is not updateable.
Any clues?
Thanks! JM