G
Guest
Hi all, i am running into problems with a DLookUp below:
=DLookUp("[Project Parts]","tblBuyerTotals","[ByrName] =' " & me!LastName)
"LastName" is a text box on the form, but i get an error message
("The object doesn't contain the Automation object 'me.') and then
("You tried to run a visual basic procedure to set a property or method for
an object. However, the component doesn'y make the property or method
available for Automation operations")
As a newbie i am totally stumped, please heeeeeelp somebody
=DLookUp("[Project Parts]","tblBuyerTotals","[ByrName] =' " & me!LastName)
"LastName" is a text box on the form, but i get an error message
("The object doesn't contain the Automation object 'me.') and then
("You tried to run a visual basic procedure to set a property or method for
an object. However, the component doesn'y make the property or method
available for Automation operations")
As a newbie i am totally stumped, please heeeeeelp somebody