A
ace
Could someone explain in plain english the following macro, copied from the
Microsoft project management database!
OpenForm Employee Details, Form, ,="[ID]=" & [ID], ,Dialog
SetTempVar CurrentID, [ID]
Requery
SearchForRecord , , First, ="[ID]=" & [TempVars]![CurrentID]
What is this macro doing? I have looked at the online macro explanations in
Access but it does not give good examples there.
Thanks
AC Erdal
Microsoft project management database!
OpenForm Employee Details, Form, ,="[ID]=" & [ID], ,Dialog
SetTempVar CurrentID, [ID]
Requery
SearchForRecord , , First, ="[ID]=" & [TempVars]![CurrentID]
What is this macro doing? I have looked at the online macro explanations in
Access but it does not give good examples there.
Thanks
AC Erdal