Hello,
I need to make a query that runs every time a record is opened. Basically I have:
Transaction: Conversion (Contains an EmployeeID field)
Employee File: (Prim. Key is EmployeeID)
Events:
I need to make a query that runs every time a record is opened. Basically I have:
Transaction: Conversion (Contains an EmployeeID field)
Employee File: (Prim. Key is EmployeeID)
Events:
- User is on the Employee File Form.
- They Select the tab that is Listed "Transactions"
- Query runs that matches the EmployeeID from the current record on the Employee File to the EmployeeID located on the Transaction: Conversion table.
- Query pulls back all results and will be displayed on the Employee File form.