I have multiple dropdown options that adds or deletes a row from a
table. Trouble is after I have placed a date or time in fields elsewhere
on the form, that data is deleted after I make a selection on the
dropdown. The dropdown has the options of In, Out, N/A, or N/O and when
Out is selected the AddInstance is invoked adding a row to the table and
when any of the others are selected the RemoveInstance removes the row.
This part works fine but the values in the date and time fields are
removed a...