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
Installing other OS (ESXi) on HP StorageWorks X1000
How to merge two List?
ORDER BY items must appear in the select list if the statement contains a UNION operator.
IE7 wont open
Copying a sheet from one file to another without opening either in Excel
Turning off Taskbar Thumbnails in Windows 7
When trying to install Windows XP SP3, I get access denied error.
Search engine script problem
vbscript problem, copying normal.dotm is overwritten by the outlook initial config wizard
How do I give user a choice to run a query filtered by either one group or showing all groups?