Hi,
Simple question. I'm Using Ver 2.0, Adapter, VB.
My form has some text boxes and is used for entry of new data only, so nothing is fetched on Form load. When the Save button is clicked I need to validate the contents of the Form and if valid Save the data.
But as tableEntity does not yet contain the data sitting in the text boxes, how do I populate the underlying tableEntity, prior to my validation?
Do I do this manually, i.e. for each control or have I missed something
Thanks