Microsoft
Software
Hardware
Network
Question : Access VBA - best way to get field value based on ID
Hi
I want to get the value of Field3 based on an ID number that I have got programatically.
Is the best way using a DLookup or a SQL statement. Please could you show me an example
Thank you
Answer : Access VBA - best way to get field value based on ID
One way ...
=DLookup("[Field2]","YourT
ableOrQuer
yName", "[ID] = " & Me.YourID)
Where ID is numeric
mx
Random Solutions
Recordset giving error invalid operation error
ssrs 2008r2 - Oracle 64bit access problem from Report builder 3.0
Using cookies with ASP.NET
Ethernet adapter issue
Coldfusion Regex find question
Can send from Windows Live but not from Outlook 2007
Why aren't all my profiles showing up with I boot up in SAFE MODE?
How do I enable the Create Email button in Access 2007 forms?
How to set the reportViewer to Print Layout
How do I get Year, Month from datetime