C
Computermike
Hi,
I am converting an Access 2003 database to an Access Data Project using a
SQL Server back end.
I have a form that is bound to an Employee table and insert, updates and
deletes records. My table doesnpot have Employee name, it is an extra field
that is read only and not in the table I'm bound too.
It comes from a seperate table using a dlookup() formula. I would like the
dlookup to read a stored procedure and return an Employee's Name.
Here's the code
=DLookUp("EmployeeName","sp_NameLookup","@EMPLOYEE =
Forms![frmLastStepDates]!txtEMPLOYEE")
Any help would be great
Thanks,
Mike
I am converting an Access 2003 database to an Access Data Project using a
SQL Server back end.
I have a form that is bound to an Employee table and insert, updates and
deletes records. My table doesnpot have Employee name, it is an extra field
that is read only and not in the table I'm bound too.
It comes from a seperate table using a dlookup() formula. I would like the
dlookup to read a stored procedure and return an Employee's Name.
Here's the code
=DLookUp("EmployeeName","sp_NameLookup","@EMPLOYEE =
Forms![frmLastStepDates]!txtEMPLOYEE")
Any help would be great
Thanks,
Mike