I'm having a problem wrapping my noggin around a probably very simple problem.
I have a form for entering data on performance reviews. But, I don't want a new record for every entry.
So, I figure I would do a query on the Employee # that would;
This is probably very simple and the answer is hiding under my "in" stack and laughing at me....
I have a form for entering data on performance reviews. But, I don't want a new record for every entry.
So, I figure I would do a query on the Employee # that would;
- Populate common fields on the form - and thereby the table - with data from the Employee table like Name and Position,
- Search for an existing record in the Performance table and, if found, populate the required fields on the form,
- If no existing Performance record is found, start a new one.