Hello everyone, Is there a function that first tests if a record exists, and if so updates it, or if it does not exists, it creates that new record?
I know I can do that by checking the list of records, then update the table. But that requires 2 queries. If I could get that done by one, that would save me time and resource. Thank you. Jean-Louis