This is what I have figured out so far.
dim user as string = "MyName"
bindingsource.e ndedit()
if dataset.haschan ges() then
'How can I place "MyName" to every [Modified By] column for each record that was 'edited?
tableadapter.up date(dataset.da tatable)
end if
Will be waiting for your very respectable reply. Thank you
dim user as string = "MyName"
bindingsource.e ndedit()
if dataset.haschan ges() then
'How can I place "MyName" to every [Modified By] column for each record that was 'edited?
tableadapter.up date(dataset.da tatable)
end if
Will be waiting for your very respectable reply. Thank you
Comment