hi
i have a simple sql select query that checks if certain text exists in a table
how can i incorporate vba code [or do it in sql if possible] that will add the text to a new record if it doesn't already exist?
here is my query
SELECT *
FROM ProjectHours
WHERE Project=Forms!ProjectsF![P
roject Name];
Start Free Trial