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
sort field based on color
Handling multipe file uploads using PHP (using jquery multi-file upload javascript)
How to implement getenumerator() method in a genrics class
First record in subReport prints twice in MS Access Report
Excel VBA: isolate text in parentheses
Can anybody see why this isnt changing the data in my database...
Selecting VBA Frame changes Parent Frame Scroll position
using Like operator in sql
Problem Installing Generic Text Printer
Reading xml file in global.asax to redirect vanity url to correct page