I have a grid that I am populating with a few empty columns. I need the client to make sure that each field is complete before I append the records to a new table.
How can I make sure that each field in each row is not null before I append the records. Some sort of validation on button click? Need a start before I research.
Thanks in advance.
How can I make sure that each field in each row is not null before I append the records. Some sort of validation on button click? Need a start before I research.
Thanks in advance.