Forms field

A

Alan T

I got a field on a form, the formula of this field is
Cal_Employeee([emp_no], [emp_rate])

I would understand the Cal_Employee is a macro or query.
It needs 2 parameters.

However, I cannot find the name 'Cal_Employee' in both macro or queries
section.
Only find the query with similar name 'Cal Employy Query'. Are they the
same?
 
G

George Nicholson

Cal_Employee could be a User Defined Function, a bit more sophisticated than
a macro. UDF's reside in Modules.

- Open any Module
(This may prompt you for a password. If you don't know it, you are dead in
the water.)
- Click/activate the Code window (to enable Find)
- Edit>Find.
- Be sure "Entire Project" is selected
- Enter Cal_Employee

HTH,
 
Top