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
problem with internet connection on server2003
package execution
centralized calendar for all users to post vacation time??? How???
Write access report detail data to a table
Help me understand sizeof()
Create multiple SQL tables with script
Contact form on website requires authentication
How do I compare two columns in Excel 2007?
record source for reports and forms gone
Password protect new webpage