Forms field

  • Thread starter Thread starter Alan T
  • Start date Start date
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?
 
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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top