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
Install and Configure Windows 2008 Terminal Server on a Windows 2003 AD domain
Dialog boxes
Vista search function disabled when indexing is off
Placing text in a specifc location in a textbox
Whitelist domain in 2010?
Code design consideration for heavy traffic web app
Report Parameters in SSRS displayed in Dropdown
soap parsing question with php
DNS control on LAN with several servers
Permutations and Combination on a set of data to get desired outcome